This uses Hugo for static site generation. You will need a hugo binary of at least version v0.54.
To regenerate a deployable site just run hugo
in the root directory and the
site will be exported to the public
folder.
To run a live reloading server on port 4747:
bin/hugo server -p 4747
To run a live reloading server and bind to a specific domain:
bin/hugo server --bind example.com -p 4747