- Use `make image` to build the github-pages image
- Use `make shell` to produce a bash shell
- run the scripts inside that shell by simply running
- `./script/bootstrap`, usually run this first to ensure a fresh
`bundle install`
- `./script/cibuild`
- `./script/test-site`
- `./script/fmt`
- Run the server by:
- exporting `SITE` first and then calling `make server`, e.g.:
`export SITE=../path-to-jekyll-site; make server`
- prepending an assignment to `SITE` to the `make server` rule,
e.g: `SITE=../path-to-jekyll-site make server`