Update 2025

In Summer 2025 this theme was updated to match version 8.0.0 of the base Hugo Relearn Theme

Updated Hugo Version

The new version of the theme was tested on Hugo v0.148.1 or later. I recommend updating your Hugo installation (either locally or by updating the devcontainer configuration and rebuilding).

New Features

A full list of changes to the theme can be found on the What’s New page and in the Changelog.

Some notable feature updates:

Update the Theme

  1. Install Hugo v0.148.1 or later.
  • If the repository includes a devcontainer, update the image in .devcontainer/devcontainer.json. After updating, you’ll need to rebuild the devcontainer to get the new version of Hugo.
  • If the repostiroy includes a GitHub Pages action, update the version in .github/workflows/gh-pages.yml
  1. Confirm the Hugo version in the terminal: hugo version
  2. In the repository folder, update the Hugo module for the theme: hugo mod get -u
  3. Update hugo.toml using this sample file as a template.
    1. Look for items labelled # TODO changeme to see what settings should be updated for each site. Many settings can be carried over from the existing config.toml but some settings are new. Configuration Documentation.
  4. Render the site and check for any errors: hugo serve
  5. If everything looks good, commit and push.
  6. After a few minutes, check the deployed version and make sure it has updated. Clear the cache (CTRL + F5) and look for version 8.0.0 in the footer.