-
Notifications
You must be signed in to change notification settings - Fork 22
/
hugo.toml
218 lines (188 loc) · 7.16 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
baseURL = "https://kairos.io"
title = "Kairos"
enableRobotsTXT = true
# Will give values to .Lastmod etc.
enableGitInfo = true
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true
enableEmoji = true
disableKinds = ["taxonomy", "taxonomyTerm"]
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic = false
#pygmentsOptions = "linenos=table"
# See https://help.farbox.com/pygments.html
pygmentsStyle = "tango"
# Configure how URLs look like per section.
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
# id = "UA-00000000-0"
# Language configuration
[languages]
[languages.en]
# This is the title of the community page
title = "Kairos"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "The immutable edge Kubernetes"
images = [ "images/Kairos_800x419.png" ]
# language not really in use just a hack to trigger the navbar-lang-selector which at the moment is used for distro selector
[languages.es]
languageName ="Es"
[params.social]
twitter = "Kairos_OSS"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Everything below this are Site Params
[params]
copyright = "Kairos authors"
privacy_policy = "https://policies.google.com/privacy"
prism_syntax_highlighting = true
# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]
# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
version_menu = "Releases"
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/kairos-io/kairos-docs"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo = "https://github.com/kairos-io/kairos"
# Specify a value here if your content directory is not in your repo's root directory
#github_subdir = "docs"
github_branch = "main"
# Google Custom Search Engine ID. Remove or comment out to disable search.
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
# Enable Lunr.js offline search
offlineSearch = true
[params.softwareVersions]
# renovate: datasource=github-releases depName=kairos-io/provider-kairos
provider_version = "v2.7.5"
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version = "v1.31.2+k3s1"
# renovate: datasource=github-releases depName=kairos-io/kairos
kairos_version = "v3.2.3"
# renovate: datasource=github-releases depName=kairos-io/osbuilder
osbuilder_version = "v0.400.3"
# renovate: datasource=github-releases depName=kairos-io/enki
enki_version = "v0.2.2"
# renovate: datasource=github-releases depName=kairos-io/AuroraBoot
auroraboot_version = "v0.3.3"
flavor = "debian"
registryURL = "quay.io/kairos"
defaultFamily = "ubuntu"
defaultFlavor = "ubuntu"
defaultFlavorRelease = "24.04"
# renovate: datasource=github-releases depName=kairos-io/kairos-framework
defaultFrameworkRelease = "v2.14.4"
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
system_upgrade_controller = "v0.14.1"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
# Enable to show the foldable triangle
sidebar_menu_foldable = false
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = true
# Set to true to disable the About link in the site footer
footer_about_disable = false
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
# add "hide_feedback: true" to the page's front matter.
[params.ui.feedback]
enable = false
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes = 'Awesome! Glad to hear it! Please <a href="https://github.com/kairos-io/kairos/issues/new">tell us how we can improve</a>.'
no = 'Oh snap! Sorry to hear that. Please <a href="https://github.com/kairos-io/kairos/issues/new">tell us how we can improve</a>.'
[params.links]
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/kairos-io/kairos"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.user]]
name = "GitHub discussions"
url = "https://github.com/kairos-io/kairos/discussions"
icon = "fa fa-comments"
desc = "Questions?"
[[params.links.user]]
name = "Kairos community events calendar"
url = "https://calendar.google.com/calendar/embed?src=c_6d65f26502a5a67c9570bb4c16b622e38d609430bce6ce7fc1d8064f2df09c11%40group.calendar.google.com&ctz=Europe%2FRome"
icon = "fa fa-calendar"
desc = "Join our planning, office hours and other community meetings!"
[[params.links.user]]
name = "Kairos community"
url = "https://github.com/kairos-io/community"
icon = "fab fa-github"
desc = "Kairos community content"
[[params.links.user]]
name = "Slack"
url = "https://slack.cncf.io/#kairos"
icon = "fab fa-slack"
desc = "Join us on Slack!"
[[params.links.user]]
name = "Mailing List"
url = "mailto:cncf-kairos-maintainers@lists.cncf.io"
icon = "fa fa-envelope"
desc = "Send us an email!"
# hugo module configuration
[module]
# uncomment line below for temporary local development of module
# replacements = "github.com/google/docsy -> ../../docsy"
[module.hugoVersion]
extended = true
min = "0.110.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
# Add your release versions here
[[params.versions]]
version = "master"
url = "/docs"
[[params.versions]]
version = "v3.2.2"
url = "/v3.2.2/docs"
[[params.versions]]
version = "v3.1.3"
url = "/v3.1.3/docs"
[[params.versions]]
version = "v3.0.14"
url = "/v3.0.14/docs"
[[params.versions]]
version = "Other"
url = "/docs/announcements/releases"