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

config.toml - github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a82bedc2b957b6d2ff6ab4608171e26981b6bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

baseURL = "https://example.com/"

[module]
[module.hugoVersion]
min = "0.71.0"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3"
[[module.imports]]
path="github.com/olivernn/lunr.js"
[[module.imports.mounts]]
source="lunr.js"
target="assets/js/lib/lunr.js"
[[module.imports]]
path="github.com/slatedocs/slate"
[[module.imports.mounts]]
source="source/images"
target="static/images"
[[module.imports.mounts]]
source="source/fonts"
target="static/fonts"
[[module.imports.mounts]]
source="source/stylesheets"
target="assets/scss/slate"