These pages are generated using Hugo. The pages are hosted at Github Pages in this repository's docs/
directory.
Install Hugo. Before building/running the server, node dependencies must be installed to assets with the following commands:
cd assets/ && npm install
Development server can be run with:
hugo server -D
To deploy a new version of the site, run
hugo
and commit the changes to Github.