This website is written using jekyll.

Install it from your package manager or get the project dependencies using nix.

Development

For local testing of the site, run

jekyll serve -s src --livereload # if you installed jekyll system-wide

nix-shell --run 'jekyll serve -s src --livereload' # if you got nix

Publish

Everything pushed to the master branch of my repo will automatically be build and published, see the .build.yml file for details.