This website is written using jekyll.
Install it from your package manager or get the project dependencies using nix.
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 nixEverything pushed to the master branch of
my repo will automatically be
build and published, see the .build.yml file for details.