website

Local test

Install hugo, then start the server

hugo server

# this one ensures full rebuilds on changes
hugo server --disableFastRender

Building for deployment

Build & minify, upload contents of public/ onto the webserver

hugo --minify