-
Notifications
You must be signed in to change notification settings - Fork 33
/
hugo.toml
171 lines (145 loc) · 3.95 KB
/
hugo.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
baseURL = 'https://tinkerbell.org/'
languageCode = 'en-us'
title = 'Tinkerbell'
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode or when nesting shortcodes (e.g. img within columns or tabs)
unsafe = true
hardWraps = false
xhtml = false
[markup.tableOfContents]
startLevel = 2
endLevel = 2
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'tango'
tabWidth = 4
[taxonomies]
tag = "tags"
[outputs]
home = ["HTML", "RSS"]
[params]
geekdocSearch = true
author.name = "Tinkerbell Community"
description = "Tinkerbell is an open-source bare metal provisioning engine, built for a cloud native world and maintained by the Tinkerbell community."
github = "https://github.com/tinkerbell"
email = "[email protected]"
image = "images/social/tinkerbell-social-image.png" # relative to static
sitename = "Tinkerbell.org"
ogtitle = "Flexible automation for bare metal"
ogdescription = "Designed for scalable provisioning of physical hardware, Tinkerbell is both open-source and cloud native. Contributed to the CNCF by Equinix Metal."
geekdocBreadcrumb = true
geekdocDarkModeToggle = false
geekdocDarkModeCode = false
geekdocDarkModeDim = true
geekdocLogo = "Tinkerbell-Logo-Landscape-Light.png"
geekdocOverwriteHTMLBase = false
geekdocMenuBundle = true
geekdocBackToTop = false
geekdocRepo = "https://github.com/tinkerbell/tinkerbell.org"
geekdocEditPath = "edit/main/"
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-slack'></i> <em>Slack</em>"
url = "https://cloud-native.slack.com/archives/C01SRB41GMT"
weight = 10
[[menu.shortcuts]]
name = '<i class="fa-regular fa-github"></i> GitHub'
identifier = "ds"
url = "https://github.com/tinkerbell/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-file-contract '></i> License"
url = "/terms/license"
weight = 40
[[menu.homepage]]
identifier = "docs"
name = "Docs"
url = "/docs/"
weight = 1
# [[menu.homepage]]
# identifier = "faq"
# name = "FAQ"
# url = "/faq/"
# weight = 10
[[menu.homepage]]
identifier = "community"
name = "Community"
url = "/docs/reference/community/"
weight = 20
[[menu.homepage]]
pre = '<i class="fab fa-fw fa-github"></i>'
name = "GitHub"
url = "https://github.com/tinkerbell/"
weight = 20
[[menu.homepage]]
pre = "<i class='fab fa-fw fa-slack'></i>"
name = "Slack"
url = "https://cloud-native.slack.com/archives/C01SRB41GMT"
weight = 30
[[menu.homepage]]
pre = "<i class='fab fa-fw fa-youtube'></i>"
name = "Youtube"
url = "https://www.youtube.com/channel/UCTzWInTQPvzH21KHS8jrq7A"
weight = 20
[[menu.tink]]
name = "Tink"
url = "https://github.com/tinkerbell/tink"
title = "Workflow Server, Worker, and Controller"
weight = 10
[[menu.tink]]
name = "Smee"
url = "https://github.com/tinkerbell/smee"
title = "DHCP & iPXE Server"
weight = 20
[[menu.tink]]
name = "Hegel"
url = "https://github.com/tinkerbell/hegel"
title = "Metadata Service"
weight = 30
[[menu.tink]]
name = "Rufio"
url = "https://github.com/tinkerbell/rufio"
title = "BMC Interactions"
weight = 40
[[menu.tink]]
name = "Hook"
url = "https://github.com/tinkerbell/hook"
title = "Operating System Installation Environment (OSIE)"
weight = 50
# [[menu.footer]]
# name = "Terms"
# url = "/terms"
# title = "Terms"
# weight = 10
# [[menu.footer]]
# name = "License"
# url = "/terms/license"
# title = "License"
# weight = 30
# [[menu.footer]]
# name = "Code of Conduct"
# url = "/terms/code-of-conduct"
# title = "Code of Conduct"
# weight = 40
# [[menu.footer]]
# name = "Contributor Guide"
# url = "/terms/contributor-guide"
# title = "Contributor Guide"
# weight = 50