Tools for publishing quis.cc.
- Runs Wordpress locally inside a Docker container
- Spiders the local-running site with
wget
to create a static mirror of the Wordpress site - Deploys the static mirror to Amazon S3
- Docker
- Python
- AWS CLI
make build-docker-image
make wordpress
make frontend
- Go to http://localhost:8000
- Under settings, select themes then activate the quis.cc theme
make generate
make serve-static