forked from kubernetes-sigs/kind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
73 lines (63 loc) · 1.51 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
title = "kind"
baseURL = "https://kind.sigs.k8s.io"
languageCode = "en-us"
# we use this to disable indexing for the non-production build
enableRobotsTXT = true
# this allows us to show the source commit in the footer
enableGitInfo = true
# we don't use these currently
disableKinds = ["taxonomy", "taxonomyTerm"]
# syntax highlighting options
[markup]
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "vs"
tabWidth = 4
# allow html in markdown
[markup.goldmark.renderer]
unsafe=true
# enable hugo's menu system for the site, name the primary menu
sectionPagesMenu = "main"
# menu entries
[menu]
[[menu.main]]
identifier = "ome"
name = "Home"
title = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "user"
name = "User Guide"
title = "User Guide"
weight = 2
[[menu.main]]
identifier = "design"
name = "Design"
title = "Design"
url = "/docs/design/"
weight = 5
[[menu.main]]
identifier = "contributing"
name = "Contributing"
title = "contributing"
url = "/docs/contributing/"
weight = 6
# enable auto-generated _redirects file
[mediaTypes."text/netlify"]
delimiter = ""
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
[outputs]
home = ["HTML", "REDIRECTS"]
# privacy settings
[privacy]
[privacy.youtube]
# enable the cookie-less youtube in built-in hugo shortcode
privacyEnhanced = true