forked from tinkerbell/tinkerbell.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
166 lines (141 loc) · 3.87 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
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
baseURL = "https://tinkerbell.org/"
title = "Tinkerbell - Bare Metal Automation"
languageCode = "en-us"
theme = "hugo-theme-learn"
Paginate = 4
[outputFormats]
[outputFormats.sitemap-community]
baseName = "sitemap-community"
mediaType = "application/xml"
protocol = "xml://"
[outputFormats.sitemap-examples]
baseName = "sitemap-examples"
mediaType = "application/xml"
protocol = "xml://"
[outputFormats.sitemap-terms]
baseName = "sitemap-terms"
mediaType = "application/xml"
protocol = "xml://"
[outputs]
home = [ "HTML", "RSS", "JSON", "sitemap-community", "sitemap-examples", "sitemap-terms"]
[params]
author = "Equinix Metal" # add your company name
description = "Tinkerbell is an open-source bare metal provisioning engine, built for a cloud native world and maintained by the team at Equinix Metal."
github = "https://github.com/tinkerbell" # add your github profile name
email = "hello@tinkerbell.org"
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = false
disableLanguageSwitchingButton = true
themeVariant = "mine"
image = "images/social/tinkerbell-social-image.png" # relative to static
sitename = "Tinkerbell.org"
twitter = "@tinkerbell_oss"
ogtitle = "Flexible automation for bare metal"
ogdescription = "Designed for scalable provisioning of physical hardware, Tinkerbell is both open-source and cloud native. Contributed by Equinix Metal."
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-slack'></i> <em>Community Slack</em>"
url = "/community/slack/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-fw 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.shortcuts]]
name = "<i class='fas fa-fw fa-question-circle'></i> Support"
url = "/community/support"
weight = 50
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-twitter'></i> Twitter"
url = "https://twitter.com/tinkerbell_oss"
weight = 60
[[menu.homepage]]
identifier = "faq"
name = "FAQ's"
url = "/faq/"
weight = 1
[[menu.homepage]]
identifier = "docs"
name = "Docs"
url = "https://docs.tinkerbell.org/"
weight = 10
[[menu.homepage]]
identifier = "examples"
name = "Examples"
url = "/examples/"
weight = 15
[[menu.homepage]]
identifier = "community"
name = "Community"
url = "/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 Channel"
url = "/community/slack/"
weight = 30
[[menu.homepage]]
pre = "<i class='fab fa-fw fa-twitter'></i>"
name = "Twitter"
url = "https://twitter.com/tinkerbell_oss"
weight = 40
[[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 = "Provisioning & Workflow Engine"
weight = 10
[[menu.tink]]
name = "Boots"
url = "https://github.com/tinkerbell/boots"
title = "DHCP & iPXE Server"
weight = 20
[[menu.tink]]
name = "Hegel"
url = "https://github.com/tinkerbell/hegel"
title = "Metadata Service"
weight = 30
[[menu.tink]]
name = "OSIE"
url = "https://github.com/tinkerbell/osie"
title = "OS Install Environment"
weight = 40
[[menu.tink]]
name = "PBnJ"
url = "https://github.com/tinkerbell/pbnj"
title = "Power & Boot Control Service"
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