This repository is the source code for the website found here:
It is a statically generated website using the Hugo Framework, hosted on Github Pages, using LetsEncrypt for dynamically generated SSL certificates.
Use the Makefile to help you develop and publish this website.
# make
submodule Initialize and update submodules.
develop Start the development webserver
build Build the website to ./public
publish Build and push the website to ghpages
help Print list of Makefile targets