I recently migrated my blog from Zine to Hugo. I hope that it will be easier to manage with a more popular and mature SSG. So far things have been good, though I wish there was more error checking for things like an invalid config file. I only have one other post, so migration was pretty trivial. While testing cover images, I did notice that extra images get created in the resources/_gen/ folder even if they aren’t being used anymore and they dont get removed with hugo build --gc. This isn’t a huge deal though as I can manually delete them, and they don’t end up in the output anyways.

I am using the PaperMod theme, which looks nice, though sometimes I wish the documentation was more detailed. I did override one of the layouts to swap the previous/next links as shown here.