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

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

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


[module]
[[module.imports]]
path="github.com/gohugoio/hugoTestModulesJS/mod1"
[[module.imports]]
path="github.com/gohugoio/hugoTestModulesJS/mod2"
[[module.imports]]
path="github.com/date-fns/date-fns"
[[module.imports.mounts]]
source="src"
target="assets/date"

[[module.imports]]
# This is not relevant for the testing itself.
path = "github.com/bep/hugo-jslibs/alpinejs"