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: c3892ef94579de0d3bff118c5847ca9991014195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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

[module]
[module.hugoVersion]
min = "0.56.0"
[[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"
[[module.imports.mounts]]
source="source/javascripts"
target="assets/js/slate"