Anake - Getting Started #822
-
|
Hello, first of all, I wanted to thank everyone working on this theme. It's great. I have a blog running Ananke here: My question: Can anyone please help me understand the 'right' / 'recommended' setup Now, I would like to re-launch this blog. There are some changes, I would like to make. And I need to transition from Cloud9 to local VS Code (on a Mac). But also, I want to refresh the hugo version and the theme. Meaning, I want to start from scratch again. With the update of the theme ongoing, it feels, as if there are many moving pieces. And I have to admit, that I am a little bit lost. My goal is to follow the right approach, so that I set myself up for the future. With my current approach, I am running into error
This is what I do: After that, I run Returning:
After that, I adjust the hugo.toml When performing My go.mod file looks as follows: My go.sum is Many new aspects for me, so please accept my apologies for any wrong understanding. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Did you run Also add the output of Just in case... I assume your module path is and not which I assume is a copy-paste issue. |
Beta Was this translation helpful? Give feedback.
-
|
I also tend to run tidy: clean up and reload the latest module |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your feedback @davidsneighbour . I experimented a bit and got to something that is running now. See Indeed, I had missed the This time, I followed used I think, I need to read a little bit more on what options I have. For now, I thank you very much for your support! Outstanding work you are doing here. |
Beta Was this translation helpful? Give feedback.
-
|
I was finally able to put together a documentation - based on my current understanding. https://www.davidbeck.online/post/2025-03_hugo-relaunch-ananke/ Will try to polish this documentation in the future. For now it is: "this is how I got it to work" status. |
Beta Was this translation helpful? Give feedback.
I was finally able to put together a documentation - based on my current understanding.
You can find it here:
https://www.davidbeck.online/post/2025-03_hugo-relaunch-ananke/
Will try to polish this documentation in the future. For now it is: "this is how I got it to work" status.