This website is built using Hugo, with the Ananke theme (customized).
- Install Hugo for your platform.
- Clone this repo.
- Inside the repo directory, run
git submodule update --init
.
Run hugo serve --renderToDisk
for development at http://localhost:1313/
.
Run hugo
to generate the site for production. Be sure to do this after any development.