Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 "/*"
```