Figuring Out Hugo
Here are some notes from setting up a basic Hugo site with the ananke
theme.
I followed the official quickstart guide but had to figure out a few things along that way, which I make a note of below.
Theme setup as Hugo module
The quickstart has you setting the ananke theme up as a Git submodule, but apparently this is the old way of doing things. The new recommended way of installing themes is to set it up as a Hugo module. From a high level, you