hugo-theme-more-contentful/hugo.toml
Gabriel Arazas 814a6c003a
Update deprecated functions in Hugo templates
Thus, the minimum version will also be moved.
2024-11-19 10:56:29 +08:00

13 lines
317 B
TOML

[module]
[module.hugoVersion]
extended = true
min = "0.128.0"
[[module.imports]]
path = "github.com/foo-dogsquared/hugo-mod-simple-icons"
[[module.imports]]
path="github.com/refactoringui/heroicons"
[[module.imports.mounts]]
source = "optimized"
target = "assets/svg/heroicons"