talos

Форк
0
/
config.toml 
239 строк · 7.3 Кб
1
baseURL = "/"
2
title = "Talos Linux"
3

4
enableRobotsTXT = true
5

6
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
7
theme = ["docsy"]
8

9
# Will give values to .Lastmod etc.
10
enableGitInfo = true
11

12
# Comment out to enable taxonomies in Docsy
13
# disableKinds = ["taxonomy", "taxonomyTerm"]
14

15
# You can add your own taxonomies
16
[taxonomies]
17
category = "categories"
18
tag = "tags"
19

20
[params.taxonomy]
21
# set taxonomyCloud = [] to hide taxonomy clouds
22
taxonomyCloud = ["tags", "categories"]
23

24
# If used, must have same lang as taxonomyCloud
25
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
26

27
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
28
taxonomyPageHeader = ["tags", "categories"]
29

30
# Highlighting config
31
pygmentsCodeFences = true
32
pygmentsUseClasses = false
33
# Use the new Chroma Go highlighter in Hugo.
34
pygmentsUseClassic = false
35
#pygmentsOptions = "linenos=table"
36
# See https://help.farbox.com/pygments.html
37
pygmentsStyle = "solarized-dark"
38

39
# Configure how URLs look like per section.
40
[permalinks]
41
blog = "/:section/:year/:month/:day/:slug/"
42

43
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
44
[blackfriday]
45
angledQuotes = false
46
hrefTargetBlank = true
47
latexDashes = true
48
plainIDAnchors = true
49

50
# Image processing configuration.
51
[imaging]
52
anchor = "smart"
53
quality = 75
54
resampleFilter = "CatmullRom"
55

56
[services]
57
[services.googleAnalytics]
58
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
59
id = "G-F7TDNSY952"
60

61
[markup]
62
[markup.goldmark]
63
[markup.goldmark.renderer]
64
unsafe = true
65
[markup.highlight]
66
# See a complete list of available styles at https://xyproto.github.io/splash/all.html
67
style = "solarized-dark"
68
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
69
# guessSyntax = "true"
70

71
  [markup.tableOfContents]
72
    endLevel = 6
73
    ordered = false
74
    startLevel = 2
75

76
# Everything below this are Site Params
77

78
# Comment out if you don't want the "print entire section" link enabled.
79
[outputs]
80
home = ["HTML", "RSS", "netlify_redirect"]
81
section = ["HTML", "print", "RSS"]
82

83
[mediaTypes.'text/prs.netlify']
84
suffixes = [""]
85
delimiter = ""
86

87
[outputFormats.netlify_redirect]
88
baseName = "_redirects"
89
isPlainText = true
90
mediaType = "text/prs.netlify"
91
notAlternative = true
92

93
[params]
94
copyright = "Sidero Labs, Inc."
95
# privacy_policy = "https://policies.google.com/privacy"
96

97
# First one is picked as the Twitter card image if not set on page.
98
images = ["/images/talos-dev-banner.png"]
99

100
# Menu title if your navbar has a versions selector to access old versions of your site.
101
# This menu appears only if you have at least one [params.versions] set.
102
version_menu = "Releases"
103

104
# Flag used in the "version-banner" partial to decide whether to display a
105
# banner on every page indicating that this is an archived version of the docs.
106
# Set this flag to "true" if you want to display the banner.
107
# archived_version = false
108

109
# The version number for the version of the docs represented in this doc set.
110
# Used in the "version-banner" partial to display a version number for the
111
# current doc set.
112
# version = "0.6"
113

114
# A link to latest version of the docs. Used in the "version-banner" partial to
115
# point people to the main doc site.
116
url_latest_version = "/v1.7"
117

118
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
119
# github_repo = "https://github.com/googley-example"
120

121
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
122
# github_project_repo = "https://github.com/googley"
123

124
# Specify a value here if your content directory is not in your repo's root directory
125
# github_subdir = ""
126

127
# Uncomment this if you have a newer GitHub repo with "main" as the default branch,
128
# or specify a new value if you want to reference another branch in your GitHub links
129
# github_branch= "main"
130

131
# Google Custom Search Engine ID. Remove or comment out to disable search.
132
# gcs_engine_id = "d72aa9b2712488cc3"
133

134
# Enable Algolia DocSearch
135
algolia_docsearch = false
136

137
# Enable Lunr.js offline search
138
offlineSearch = false
139

140
# Enable syntax highlighting and copy buttons on code blocks with Prism
141
prism_syntax_highlighting = false
142

143
[[params.versions]]
144
url = "/v1.8/"
145
version = "v1.8 (pre-release)"
146

147
[[params.versions]]
148
url = "/v1.7/"
149
version = "v1.7 (latest)"
150

151
[[params.versions]]
152
url = "/v1.6/"
153
version = "v1.6"
154

155
[[params.versions]]
156
url = "/v1.5/"
157
version = "v1.5"
158

159
[[params.versions]]
160
url = "/v1.4/"
161
version = "v1.4"
162

163
[[params.versions]]
164
url = "/v1.3/"
165
version = "v1.3"
166

167
[[params.versions]]
168
url = "/v1.2/"
169
version = "v1.2"
170

171
[[params.versions]]
172
url = "/v1.1/"
173
version = "v1.1"
174

175
[[params.versions]]
176
url = "/v1.0/"
177
version = "v1.0"
178

179
# User interface configuration
180
[params.ui]
181
#  Set to true to disable breadcrumb navigation.
182
breadcrumb_disable = false
183
# Set to true to disable the About link in the site footer
184
footer_about_disable = false
185
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
186
navbar_logo = true
187
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
188
navbar_translucent_over_cover_disable = false
189
# Enable to show the side bar menu in its compact state.
190
sidebar_menu_compact = true
191
# Enables the arrow for content to show there's nested stuff
192
sidebar_menu_foldable = true
193
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
194
sidebar_search_disable = true
195

196
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
197
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
198
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
199
# add "hide_feedback: true" to the page's front matter.
200
[params.ui.feedback]
201
enable = false
202
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
203
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
204
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
205

206
# Adds a reading time to the top of each doc.
207
# If you want this feature, but occasionally need to remove the Reading time from a single page,
208
# add "hide_readingtime: true" to the page's front matter
209
[params.ui.readingtime]
210
enable = false
211

212
[params.links]
213
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
214
[[params.links.developer]]
215
desc = "Follow us on Twitter to get the latest news!"
216
icon = "fab fa-twitter"
217
name = "Twitter"
218
url = "https://twitter.com/SideroLabs"
219
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
220
[[params.links.developer]]
221
desc = "Development takes place here!"
222
icon = "fab fa-github"
223
name = "GitHub"
224
url = "https://github.com/siderolabs/talos"
225

226
[[menu.main]]
227
name = "Sidero Labs"
228
url = "https://www.siderolabs.com"
229
weight = 98
230

231
[[menu.main]]
232
name = "GitHub"
233
url = "https://github.com/siderolabs/talos"
234
weight = 100
235

236
[[menu.main]]
237
name = "Sidero Omni"
238
url = "https://www.siderolabs.com/platform/saas-for-kubernetes/"
239
weight = 99
240

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.