Source for my personal website.
To serve the website locally run Hugo server with drafts enabled:
hugo server -D
The site uses the minimal theme for Hugo. The theme is installed as a git submodule and can be updated by running
git submodule update --remote themes/minimal