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

config.toml - github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3bce85fd3288eaa92282139e63d5a6d0615caee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
baseURL = "https://example.org"

disableKinds = ["page", "section", "taxonomy", "term"]


[module]
[module.hugoVersion]
extended = false
min = "0.92.0"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-jslibs/turbo/v7"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-jslibs/instantpage"