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
- 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
- Confirm the Hugo version in the terminal:
hugo version
- In the repository folder, update the Hugo module for the theme:
hugo mod get -u
- Update
hugo.toml
using this sample file as a template.- Look for items labelled
# TODO changeme
to see what settings should be updated for each site. Many settings can be carried over from the existingconfig.toml
but some settings are new. Configuration Documentation.
- Look for items labelled
- Render the site and check for any errors:
hugo serve
- If everything looks good, commit and push.
- 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.