Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46214cdc7a1c12c54d7bf82a8f9421577174f765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/v4"