Files
www-deepwatersurvival-de/themes/adritian/config.toml
T
2026-05-18 11:46:02 +02:00

24 lines
703 B
TOML

[module]
[module.hugoVersion]
extended = true
[[module.mounts]]
# Workaround for https://github.com/gohugoio/hugo/issues/6945
# source = "assets/scss/bootstrap/_vendor"
# target = "assets/scss/bootstrap/vendor"
[[module.mounts]]
source = "assets"
target = "assets"
## Commented as per https://github.com/zetxek/adritian-free-hugo-theme/discussions/158#discussioncomment-11916561
# [[module.imports]]
# ignoreConfig = true
# path = "github.com/twbs/bootstrap"
# [[module.imports.mounts]]
# source = "scss"
# target = "assets/scss/bootstrap"
# [[module.imports.mounts]]
# source = "js"
# target = "assets/js/bootstrap"
# [[module.imports]]
# path = "github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2"