-
Hi everyone! But recently I've tried to migrate to Wowchemy 5.0 (WIP) following the Update Wowchemy instructions (including switching to Go modules from Git submodules) and updating my Hugo version to
I can't store the module in I understand that the dependency on Go is not Wowchemy's but Hugo's requirement. However, IFAIU, it is an optional feature that shouldn't affect the simplicity for the end user. Can you please explain the situation and/or suggest a workaround for it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I’m afraid you’ll need to install |
Beta Was this translation helpful? Give feedback.
-
Hugo Modules are the "core building blocks in Hugo" - this is a strategic decision taken by the Hugo team, and not directly related to Wowchemy: https://gohugo.io/hugo-modules/#:~:text=Hugo%20Modules%20are%20the%20core,assets%2C%20i18n%2C%20and%20archetypes. Hugo team give you the option to vendor your site with a specific version of Wowchemy, removing the need to install Go and Git on all your machines in order to use Hugo Modules: https://gohugo.io/hugo-modules/use-modules/ Feel free to reach out to the Hugo team with your feedback on using Hugo Modules. |
Beta Was this translation helpful? Give feedback.
-
@rodrigoalcarazdelaosa , @gcushen , thank you for your replies and detailed explanations! While it is mostly Hugo's concern, I think it's worth noting in Wowchemy's install/update guides that the end user must also have Go installed, because now even the official Install Hugo page contains a misleading statement:
|
Beta Was this translation helpful? Give feedback.
Hugo Modules are the "core building blocks in Hugo" - this is a strategic decision taken by the Hugo team, and not directly related to Wowchemy: https://gohugo.io/hugo-modules/#:~:text=Hugo%20Modules%20are%20the%20core,assets%2C%20i18n%2C%20and%20archetypes.
Hugo team give you the option to vendor your site with a specific version of Wowchemy, removing the need to install Go and Git on all your machines in order to use Hugo Modules: https://gohugo.io/hugo-modules/use-modules/
Feel free to reach out to the Hugo team with your feedback on using Hugo Modules.