This Site's Hugo Setup


This Site’s Hugo Setup

The initial configuration with hermit-v2 is straightforward. My goal was a simple site without a JavaScript requirement which this achieves. Be sure to use the suggested hugo.toml.example or you’ll run into the following error message:

Error: error building site: render: failed to render pages: render of "section" failed: "/w/themes/hermit-v2/layouts/_default/list.html:39:50": execute of template failed: template: _default/list.html:39:50: executing "main" at <.Site.Params.dateformShort>: invalid value; expected string

Fixing i18n Issues

The hermit-v2 theme uses English as it’s default rendering if i18n isn’t setup properly.

archives: "Archives"
home: "Home"
menu: "Menu"
notFound: "Not Found"
older: "Older"
tableOfContents: "Table of Contents"
wordCount: "Words"