Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: change Ananke theme paths for Quickstart guide#14795

Closed
davidsneighbour wants to merge 2 commits into
gohugoio:masterfrom
davidsneighbour:fix/ananke-move
Closed

fix: change Ananke theme paths for Quickstart guide#14795
davidsneighbour wants to merge 2 commits into
gohugoio:masterfrom
davidsneighbour:fix/ananke-move

Conversation

@davidsneighbour
Copy link
Copy Markdown
Contributor

Ananke moved to github.com/gohugo-ananke/theme. This PR fixes occurences of the old theme path. I am not sure if any of these changes are required or some are automatically refreshed. Feel free to edit.

Ananke moved to github.com/gohugo-ananke/theme.

Signed-off-by: Patrick Kollitsch <[email protected]>
Copilot AI review requested due to automatic review settings April 22, 2026 22:23
@gemini-code-assist
Copy link
Copy Markdown

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Hugo’s Quickstart and Jekyll import guidance to use Ananke’s new GitHub location (github.com/gohugo-ananke/theme) instead of the legacy theNewDynamic/gohugo-theme-ananke path.

Changes:

  • Update Ananke submodule add command in the Quickstart guide.
  • Update Ananke reference and documentation links in the Quickstart guide.
  • Update the Jekyll import command output to recommend the new Ananke repository URL.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/content/en/getting-started/quick-start.md Replaces old Ananke repo URLs in the Quickstart commands and reference links.
commands/import.go Updates printed git submodule add instruction for imported Jekyll sites to the new Ananke repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bep
Copy link
Copy Markdown
Member

bep commented Apr 23, 2026

Thanks for this. We (or I) need to rethink a little about his quickstart before pulling this in, but some comments:

I don't think this would work very well: https://github.com/gohugo-ananke/theme/blob/1a5c6f8790b30522d02a41c37e700819845bf348/go.mod#L1

Also, having a theme named theme isn't great. Imagine pulling it in as a submodule and have this hugo.toml:

theme = "theme"

It's not a theme, it's the theme.

@bep
Copy link
Copy Markdown
Member

bep commented Apr 24, 2026

@davidsneighbour just tested the "quickstart":

ERROR error building site: render: [en v1.0.0 guest] failed to render pages: render of "/404" failed: "/Users/bep/dev/dump/themes/bar/quickstart/themes/ananke/layouts/baseof.html:26:15": execute of template failed: template: 404.html:26:15: executing "404.html" at <partials.Include>: error calling Include: "/Users/bep/dev/dump/themes/bar/quickstart/themes/ananke/layouts/_partials/site-style.html:2:32": execute of template failed: template: _partials/site-style.html:2:32: executing "_partials/site-style.html" at <.RelPermalink>: error calling RelPermalink: TOCSS: failed to transform "/ananke/css/main.css" (text/css). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information

We cannot have a quickstart that depends on the extended version of Hugo (is deprecated and will be removed soon).

@davidsneighbour
Copy link
Copy Markdown
Contributor Author

see gohugo-ananke/ananke#927 - should be done within the next days.

@bep bep closed this in #14907 May 17, 2026
pull Bot pushed a commit to TheDegenerateDev5150/hugo that referenced this pull request May 17, 2026
- Look for _config.yml, _config.yaml, or _config.toml
- Fix theme submodule URL
- Fix config filename in the instructions
- Add tests

Closes gohugoio#14795
Closes gohugoio#14906
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants