Add supporting themes required for Lotusdocs
This commit is contained in:
21
themes/hugo-mod-bootstrap-scss/config.toml
Normal file
21
themes/hugo-mod-bootstrap-scss/config.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[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"
|
||||
[[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"
|
||||
Reference in New Issue
Block a user