From ccfef9294170900f3191de90dde09bb2e2e9e439 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com> Date: Wed, 22 Apr 2026 22:34:56 +0000 Subject: [PATCH] chore(git): merge branch fix/ananke-move --- README.md | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7032ed..1b58565 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,29 @@  * Demo: [ananke-theme.netlify.app](https://ananke-theme.netlify.app/) -* Documentation: [docs directory](https://github.com/theNewDynamic/gohugo-theme-ananke/tree/main/docs) +* Documentation: [docs directory](https://github.com/gohugo-ananke/theme/tree/main/docs) * Changelog: [CHANGELOG.md](CHANGELOG.md) +> [!IMPORTANT] +> +> Ananke moved to its own organisation on April 18, 2026. Please update your references from `github.com/theNewDynamic/gohugo-theme-ananke` to `github.com/gohugo-ananke/theme`. Bear with us as we update all documentation and links to reflect this change. Until then, both URLs will continue to work as links as well as in the `git` operations for cloning and submodules. +> +> The following steps should suffice to update your references if you have not changed the setup: +> +> **For Hugo Modules:** search and replace all instances of `github.com/theNewDynamic/gohugo-theme-ananke/v2` with `github.com/gohugo-ananke/theme/v2` in your site's configuration and run `hugo mod tidy` to update the module dependencies. +> +> **For Git Submodules:** To change the remote URL for your existing submodule, run: +> +> ```bash +> cd path/to/your/repo/themes/ananke # <-- adjust path as needed, keep the 'themes/ananke' part +> git remote set-url origin https://github.com/gohugo-ananke/theme.git +> ``` +> +> Then find `.gitmodules` in the root of your repository and replace all instances of `theNewDynamic/gohugo-theme-ananke` with `gohugo-ananke/theme` in that file as well. +> Finally, run `git submodule sync` to update the submodule configuration. +> +> **Issues?** Get in touch via [GitHub Discussions](https://github.com/gohugo-ananke/theme/discussions). + ## Features * Responsive layouts and accessible markup @@ -39,6 +59,6 @@ ## Support and Contributions -* Bug reports: [GitHub Issues](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) -* Questions and feature ideas: [GitHub Discussions](https://github.com/theNewDynamic/gohugo-theme-ananke/discussions) +* Bug reports: [GitHub Issues](https://github.com/gohugo-ananke/theme/issues) +* Questions and feature ideas: [GitHub Discussions](https://github.com/gohugo-ananke/theme/discussions) * Contribution guide: [CONTRIBUTING.md](CONTRIBUTING.md) -- Gitblit v1.10.0