v2.13.0 #951
davidsneighbour
announced in
1 - Release Notes
v2.13.0
#951
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
BREAKING CHANGE: Repository Migration
This interim release bundles all fixes since the previous version.
The primary reason for publishing now is the migration of the theme repository to a dedicated GitHub organisation. During this transition, some links may temporarily break, and this release helps ensure a smoother update path before the next major version.
Ananke moved to its own organisation on April 23, 2026. Please update your references from
github.com/theNewDynamic/gohugo-theme-ananketogithub.com/gohugo-ananke/ananke. We are currently updating documentation and links across all repositories. In the meantime, both URLs will continue to function for links, cloning, and submodule usage.Updating your setup
For Hugo Modules
Search and replace all instances of
github.com/theNewDynamic/gohugo-theme-ananke/v2withgithub.com/gohugo-ananke/ananke/v2in your site configuration, then runhugo mod tidyto refresh dependencies.For Git Submodules
Update the remote URL of your existing submodule:
Next, open
.gitmodulesin the root of your repository and replace all instances oftheNewDynamic/gohugo-theme-anankewithgohugo-ananke/ananke.Finally, run:
Troubleshooting
If you are using Hugo Modules and encounter issues after updating, ensure that your
go.modfile reflects the new module path andgo.sumdoes not contain stale entries. Runninghugo mod tidyshould resolve most issues by refreshing your dependencies. DO NOT forget to add v2 to the module path. This is a requirement of Go Modules to differentiate major versions.If you are experiencing issues with Git submodules, double-check that the remote URL has been updated correctly and that
.gitmodulesreflects the new path. Runninggit submodule syncis crucial to ensure that your local repository is in sync with the updated configuration.Questions or issues?
Please use GitHub Discussions to get in touch.
What's Changed
New Contributors
Full Changelog: v2.12.1...v2.13.0
This discussion was created from the release v2.13.0.
All reactions