The preferred method of getting the source code is by running:
git clone https://github.com/Addono/aknapen.nl --recurse-submodules
Then switch to the main development branch latest
:
git checkout latest
This website is build using Hugo, you can do a full build by running the following command:
hugo
For local development, you can run Hugo in server mode, which defaults to having hot-reloading enabled:
hugo server