The standard Hugo setup includes a themes/ folder and allows for specifying theme components, as described here. This makes it easy to have an updateable base theme and simply include customizations as overrides in a sub/child theme.
- Is it possible to use hyas or hyas-child-theme as described above?
- Or, is it possible to use hyas but add a
themes/ directory that allows for overriding/customizing some components, while keeping hyas updateable (I guess by excluding config/_default/config.toml and content/ and themes/ from updates)?
- How does hyas-child-theme differ from hyas and how should this be used?
I'm looking for an intuitive way to do build a site with hyas, adding my own style and layout customizations, while being able to easily update the hyas base code in the future. Any guidance on this is greatly appreciated.
The standard Hugo setup includes a
themes/folder and allows for specifying theme components, as described here. This makes it easy to have an updateable base theme and simply include customizations as overrides in a sub/child theme.themes/directory that allows for overriding/customizing some components, while keeping hyas updateable (I guess by excludingconfig/_default/config.tomlandcontent/andthemes/from updates)?I'm looking for an intuitive way to do build a site with hyas, adding my own style and layout customizations, while being able to easily update the hyas base code in the future. Any guidance on this is greatly appreciated.