This project is my blog. It's a statically generated blog, generated with hugo.
The blog uses the excellent PaperMod theme.
Install hugo by following instructions from the hugo website. Then install the theme, you can use setup.sh to do this, if you're OK with using git submodules.
To serve locally while you work:
hugo serveTo build the page:
hugoThe output ends up in the public directory.
To publish to github pages, push to main.