Moving from the Cayman theme to PaperMod
In late May 2026, I migrated this blog from Hugo’s Cayman theme to PaperMod. The migration gave the site a cleaner layout and a better foundation for features such as search, archives, and tags. This post captures the small, repeatable workflow I use to create content, preview it locally, and publish it. Create and preview a post Change directory to your local blog’s Git repository root. Hugo is self-contained on Windows. Once the folder containing hugo.exe has been added to your Windows PATH, you can run the site directly from its Git repository. ...