hmc-guide/themes/hugo-mod-bootstrap-scss/exampleSite/config.toml

14 lines
306 B
TOML

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"