Site uses Writer Jekyll theme by adventurethemes.com
Local setup uses the latest Jekyll docker image for development and updates.
$ docker-compose up -d
$ docker-compose down
# restart required when _config.yml updated
$ docker-compose restart
# log dump when running in -d mode
$ docker-compose logs -f
Note, docker setup requires host: 0.0.0.0
in _config.yml
Access: localhost:4000
- Start docker for local development
- Update and preview locally
- Push the changes to remote git repo master branch, which is configured for GitHub Pages