Note: This repository is now developed on Codeberg and the GitHub repository is a mirror only.
To develop, once you've cloned this repo, do mkdir bin in the root folder of this repo, then install Zola by downloading the binary into the ./bin folder in this repository. Afterwards start a local development server with ./bin/zola serve, then start developing!
See the rendered version of the notes making guide in the browser for detailed information about how to develop the website.
Note that the githook for development can be set up with:
cp githook/pre-commit .git/hooks/pre-commit