fix: change Ananke theme paths for Quickstart guide#14795
fix: change Ananke theme paths for Quickstart guide#14795davidsneighbour wants to merge 2 commits into
Conversation
Ananke moved to github.com/gohugo-ananke/theme. Signed-off-by: Patrick Kollitsch <[email protected]>
Using Gemini Code AssistThe 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
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 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. |
There was a problem hiding this comment.
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.
|
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 It's not a theme, it's the theme. |
Signed-off-by: Patrick Kollitsch <[email protected]>
|
@davidsneighbour just tested the "quickstart": We cannot have a quickstart that depends on the extended version of Hugo (is deprecated and will be removed soon). |
|
see gohugo-ananke/ananke#927 - should be done within the next days. |
- 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
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.