-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
52 lines (40 loc) · 1.02 KB
/
config.toml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
baseURL = "http://example.org/"
title = "Show me your Hugo version"
disableKinds = ["home", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"]
[outputFormats]
[outputFormats.version-badge]
baseName = "hugo-sitegen"
mediaType = "image/svg+xml"
[outputs]
page = ["json"]
[params]
githubUrlPre = "https://api.github.com"
githubUrl = "/repos/gohugoio/hugo/releases/latest"
# [module]
# [[module.mounts]]
# source = "content"
# target = "content"
# [[module.mounts]]
# source = "static"
# target = "static"
# [[module.mounts]]
# source = "layouts"
# target = "layouts"
# [[module.mounts]]
# source = "data"
# target = "data"
# [[module.mounts]]
# source = "assets"
# target = "assets"
# [[module.mounts]]
# source = "i18n"
# target = "i18n"
# [[module.mounts]]
# source = "archetypes"
# target = "archetypes"
# [[module.imports]]
# path = "github.com/cibuilds/hugo"
# disable = false
# [[module.imports.mounts]]
# source = "."
# target ="data/docker"