Add supporting themes required for Lotusdocs
This commit is contained in:
14
themes/hugo-mod-bootstrap-scss/exampleSite/config.toml
Normal file
14
themes/hugo-mod-bootstrap-scss/exampleSite/config.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
baseURL = "https://example.com"
|
||||
disableKinds = ["page", "section", "taxonomy", "term"]
|
||||
|
||||
[outputs]
|
||||
home = ["HTML"]
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
# We use hugo.Deps to list dependencies, which was added in Hugo 0.92.0
|
||||
min = "0.92.0"
|
||||
|
||||
[[module.imports]]
|
||||
path="github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
|
||||
Reference in New Issue
Block a user