Order Hugo module config by component folder (archetypes, assets, content etc.) which makes it easier to reason about. For some instructive notes on how merging strategy differs between component folders, see this post by the Hugo lead dev.
Note that I removed the following mounts rule from template-doks since I think it's redundant with the default rule we explicitly include:
Summary
Order Hugo
module
config by component folder (archetypes
,assets
,content
etc.) which makes it easier to reason about. For some instructive notes on how merging strategy differs between component folders, see this post by the Hugo lead dev.Note that I removed the following mounts rule from
template-doks
since I think it's redundant with the default rule we explicitly include:Motivation
Maintainability.
Checks
npm run test