hugo-theme-more-contentful/config.toml
Gabriel Arazas cc4547437d Add system theme fallback capability
The Hugo theme will also generate a counterpart system theme if there's
only one system theme given. Though, it isn't perfect so the release
will not happen for a while. I'll look into generating a color palette
with HSLuv to see if it can be improved.
2022-04-30 19:59:35 +08:00

16 lines
403 B
TOML

[module]
[module.hugoVersion]
extended = true
min = "0.95.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"