hugo-theme-more-contentful/config.toml
Gabriel Arazas 2aeb76fe93 Update icon templates
The icon templates are pretty limited to what I want to do. This is also
nice for those who are extending the theme with easy-to-use functions.
2023-04-03 11:42:09 +08:00

15 lines
399 B
TOML

[module]
[module.hugoVersion]
extended = true
min = "0.110.0"
[[module.imports]]
path = "github.com/foo-dogsquared/hugo-theme-contentful"
[[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"