forked from istio/istio.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
282 lines (246 loc) · 5.96 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
defaultContentLanguage = "en"
languageCode = "en-us"
metaDataFormat = "yaml"
title = "Istio"
uglyURLs = false
enableRobotsTXT = true
pluralizeListTitles = false
canonifyURLs = true
disableKinds = ["taxonomy"]
anchor = "smart"
enableGitInfo = true
enableEmoji = false
buildFuture = true
staticDir = ["static", "generated"]
# we use Netlify server-side redirects instead of generated aliases
disableAliases = true
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
linkifyProtocol = 'https'
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
[markup.goldmark.parser.attribute]
block = false
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[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 = 'monokai'
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[mediaTypes]
[mediaTypes."text/netlify"]
delimiter = ""
[outputs]
home = ["HTML", "RSS", "REDIR"]
section = ["HTML"]
[outputFormats]
[outputFormats.RSS]
baseName = "feed"
[outputFormats.REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[related]
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold = 80
# To get stable "See also" sections we, by default, exclude newer related pages.
includeNewer = true
# Will lower case keywords in both queries and in the indexes.
toLower = false
[[related.indices]]
name = "keywords"
weight = 150
[[related.indices]]
name = "tags"
weight = 100
# internationalization
[languages]
[languages.zh]
contentDir = "content/zh"
[languages.en]
contentDir = "content/en"
[languages.pt-br]
contentDir = "content/pt-br"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
title = "About section"
weight = 1
[[menu.main]]
identifier = "service-mesh"
name = "Service mesh"
title = "Service mesh"
url = "/about/service-mesh"
parent = "about"
weight = 1
[[menu.main]]
identifier = "solutions"
name = "Solutions"
title = "Solutions"
url = "/about/solutions"
parent = "about"
weight = 2
[[menu.main]]
identifier = "case-studies"
name = "Case studies"
title = "Case studies"
url = "/about/case-studies"
parent = "about"
weight = 3
[[menu.main]]
identifier = "ecosystem"
name = "Ecosystem"
title = "Ecosystem"
url = "/about/ecosystem"
parent = "about"
weight = 4
[[menu.main]]
identifier = "deployment"
name = "Deployment"
title = "Deployment"
url = "/about/deployment"
parent = "about"
weight = 5
[[menu.main]]
identifier = "training"
name = "Training"
title = "Training"
url = "/about/training"
parent = "about"
weight = 6
[[menu.main]]
identifier = "faq"
name = "FAQ"
title = "FAQ"
url = "/about/faq"
parent = "about"
weight = 7
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Istio Blog"
url = "/blog/"
weight = 2
[[menu.main]]
identifier = "news"
name = "News"
title = "News"
url = "/news/"
weight = 3
[[menu.main]]
identifier = "get-involved"
name = "Get involved"
title = "Get involved"
url = "/get-involved/"
weight = 4
[[menu.main]]
identifier = "docs"
name = "Documentation"
title = "Documentation"
url = "/docs/"
weight = 5
# i18n for Chinese
[[languages.zh.menu.main]]
identifier = "about"
name = "关于"
title = "关于部分"
weight = 1
[[languages.zh.menu.main]]
identifier = "service-mesh"
name = "服务网格"
title = "服务网格"
url = "/zh/about/service-mesh"
parent = "about"
weight = 1
[[languages.zh.menu.main]]
identifier = "solutions"
name = "解决方案"
title = "解决方案"
url = "/zh/about/solutions"
parent = "about"
weight = 2
[[languages.zh.menu.main]]
identifier = "case-studies"
name = "案例学习"
title = "案例学习"
url = "/zh/about/case-studies"
parent = "about"
weight = 3
[[languages.zh.menu.main]]
identifier = "ecosystem"
name = "生态系统"
title = "生态系统"
url = "/zh/about/ecosystem"
parent = "about"
weight = 4
[[languages.zh.menu.main]]
identifier = "deployment"
name = "部署"
title = "部署"
url = "/zh/about/deployment"
parent = "about"
weight = 5
[[languages.zh.menu.main]]
identifier = "faq"
name = "FAQ"
title = "FAQ"
url = "/zh/about/faq"
parent = "about"
weight = 6
[[languages.zh.menu.main]]
identifier = "blog"
name = "博客"
title = "Istio 博客"
url = "/zh/blog/"
weight = 2
[[languages.zh.menu.main]]
identifier = "news"
name = "新闻"
title = "新闻"
url = "/zh/news/"
weight = 3
[[languages.zh.menu.main]]
identifier = "get-involved"
name = "加入我们"
title = "加入我们"
url = "/zh/get-involved/"
weight = 4
[[languages.zh.menu.main]]
identifier = "docs"
name = "文档"
title = "文档"
url = "/zh/docs/"
weight = 5
[permalinks]
case-studies = "/:slug"
[security]
[security.funcs]
getenv = ['^HUGO_','URL']