-
hyas uses hugo-installer to fetch the Hugo binary for the proper platform and architecture. The Hugo version to fetch is configured in hyas' https://github.com/gethyas/hyas/blob/e858a9ec337f4ee3dacd67d1e762fd05a6fbb340/package.json#L58-L60 In the Doks child theme, we could simply set that key in our main project's In the new approach where Doks is a theme for Hyas, it seems the Hugo version is not supposed to be altered by the user anymore since the default Any plans on changing this and allowing the user to define the Hugo version by default? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for your input! Get back to you next Wednesday (when I'm back home). |
Beta Was this translation helpful? Give feedback.
-
No, this is by (new) design — to guarantee you're always using a Hugo version that works with (id est is tested for) a specific Hyas version. I understand that this could be restrictive for some users. However, I'm planning to set up automated tests (and automated publishing) to keep things fairly easily up-to-date. |
Beta Was this translation helpful? Give feedback.
No, this is by (new) design — to guarantee you're always using a Hugo version that works with (id est is tested for) a specific Hyas version. I understand that this could be restrictive for some users. However, I'm planning to set up automated tests (and automated publishing) to keep things fairly easily up-to-date.