Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 756 Bytes

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Getting the source code

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

🔨 Building

This website is build using Hugo, you can do a full build by running the following command:

hugo

👷‍♂️ Development

For local development, you can run Hugo in server mode, which defaults to having hot-reloading enabled:

hugo server