24 lines
703 B
TOML
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" |