Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexlouden/alexlouden
Personal website, hosted on AWS S3/Cloudfront and built with cactus
https://github.com/alexlouden/alexlouden
cactus personal-website sass static-site
Last synced: about 1 month ago
JSON representation
Personal website, hosted on AWS S3/Cloudfront and built with cactus
- Host: GitHub
- URL: https://github.com/alexlouden/alexlouden
- Owner: alexlouden
- Created: 2014-10-17T14:40:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T11:16:02.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:07:30.607Z (8 months ago)
- Topics: cactus, personal-website, sass, static-site
- Language: HTML
- Homepage: https://alexlouden.com
- Size: 53.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### alexlouden.com
Written using HTML5, [sass](http://sass-lang.com), [bourbon](http://bourbon.io) and [coffeescript](http://coffeescript.org), built using [cactus](https://github.com/eudicots/Cactus/). Uses Python 3.
### Development
```bash
pipenv install
pipenv shell
yarn install --dev
cactus serve
```### Deploy
```bash
cactus deploy
aws cloudfront create-invalidation --distribution-id E3DCULJZDC9TNR --profile alexlouden --path "/*"
```