forked from servicemesher/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·258 lines (219 loc) · 6.54 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
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
baseurl = "https://www.servicemesher.com/"
title = "ServiceMesher"
theme = "hugo-universal-theme"
languageCode = "zh"
hasCJKLanguage = true
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "zh"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Code highlight
pygmentsUseClasses = false
pygmentCodeFences = true
# Enable google analytics by uncomment this
googleAnalytics = "UA-93485976-2"
# Define the number of posts per page
paginate = 10
[menu]
# Main menu
[[menu.main]]
name = "主页"
url = "/"
weight = 1
[[menu.main]]
name = "博客"
url = "/blog/"
weight = 2
[[menu.main]]
name="文档"
identifier = "docs"
weight = 3
[[menu.main]]
parent="docs"
name="Service Mesh列表"
url = "/awesome-servicemesh/"
weight = 1
[[menu.main]]
parent="docs"
name="Envoy官方文档中文版"
url = "/envoy/"
weight = 2
[[menu.main]]
parent="docs"
name="Istio中文官网"
url = "https://istio.io/zh"
weight = 3
[[menu.main]]
parent="docs"
name="实践汇总"
url = "/categories/practice/"
weight = 4
[[menu.main]]
parent="docs"
name="Istio Handbook"
url = "/istio-handbook/"
weight = 5
[[menu.main]]
parent="docs"
name="Knative入门"
url = "/getting-started-with-knative/"
weight = 6
[[menu.main]]
parent="docs"
name = "Istio知识图谱"
url = "https://github.com/servicemesher/istio-knowledge-map"
weight = 7
[[menu.main]]
name = "社区"
identifier = "community"
url = "/activity/"
weight = 4
[[menu.main]]
parent="community"
name = "Meetup"
url = "/tags/meetup"
weight = 1
[[menu.main]]
parent="community"
name = "作者排行"
url = "/authors/"
weight = 2
[[menu.main]]
parent="community"
name = "译者排行"
url = "/translators/"
weight = 3
[[menu.main]]
parent="community"
name = "Istio文档汉化"
url = "/istio-trans/"
weight = 6
[[menu.main]]
name = "投稿"
url = "/contributing-specification/"
weight = 5
[[menu.main]]
name = "关于"
url = "/contact/"
weight = 6
# Top bar social links menu
[[menu.topbar]]
weight = 1
name = "GitHub"
url = "https://github.com/servicemesher"
pre = "<i class='fa fa-2x fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Twitter"
url = "https://twitter.com/servicemesher"
pre = "<i class='fa fa-2x fa-twitter'></i>"
[[menu.topbar]]
weight = 3
name = "Slack"
url = "https://servicemesher.slack.com"
pre = "<i class='fa fa-2x fa-slack'></i>"
[[menu.topbar]]
weight = 4
name = "Wechat"
url = "/contact"
pre = "<i class='fa fa-2x fa-wechat'></i>"
[[menu.topbar]]
weight = 5
name = "Google Group"
url = "https://groups.google.com/forum/#!forum/servicemesher"
pre = "<i class='fa fa-2x fa-google'></i>"
[params]
viewMorePostLink = "/blog/"
author = "Jimmy Song(宋净超)"
defaultKeywords = ["service mesh","服务网格"]
defaultDescription = "Service Mesh|服务网格中文社区"
# Browser title description
description = "Service Mesh|服务网格中文社区"
# Google Maps API key (if not set will default to not passing a key.)
googleMapsApiKey = ""
# Baidu统计
baiduKey="154337f0d95f0b110f98c1d5d7038895"
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "violet"
# Social share buttons
share = false
# 404 page
errorimage = "/img/404.jpg"
email = "[email protected]"
about_us = "<p>Service Mesh 在中国的布道者和领航者</br>请关注我们的微信公众号</p><img src=/img/servicemesher-wechat-tiny.jpg>"
copyright = "Copyright ©️ 2018 - 2020, ServiceMesher all rights reserved."
icpno = "京ICP备15032932号-5"
# Format dates with Go's time formatting
date_format = "2006年1月2日"
logo = "/img/servicemesher-logo-new.png"
# avatar used for thumbnail on sharing
avatar = "/img/servicemesher-avatar-banner-new.jpg"
logosmall = "/img/logosmall-new.png"
address = """<p>微信扫码加入交流讨论群</br>请备注姓名-公司信息</p><p><img src="/img/jimmysong-wechat-tiny.jpg"></p>
"""
# 是否开启评论功能
gitalk = true
[Permalinks]
#blog = "/blog/:year/:month/:day/:filename/"
blog = "/blog/:filename/"
# Enable or disable top bar with social icons
[params.topbar]
enable = true
text = """<p>社区入口➡</p>
"""
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = true
[params.carousel]
enable = true
# Set carousel background image
background = "https://gw.alipayobjects.com/mdn/site_comm/afts/img/A*7D3oTpL_3G0AAAAAAAAAAABjARQnAQ"
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more informtion take a look at the README.
[params.features]
enable = false
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
# For more informtion take a look at the README.
[params.testimonials]
enable = true
# All testimonials are defined in their own files. You can find example items
# at 'exampleSite/data/testimonials'.
# For more informtion take a look at the README.
title = "社区治理委员会"
subtitle = "负责社区重大决策及日常事务管理"
[params.see_more]
enable = true
icon = "fa fa-pagelines"
title = "Istio文档汉化"
subtitle = "由 ServiceMesher 社区组织和维护"
link_url = "/istio-trans"
link_text = "查看参与方式"
[params.partners]
enable = true
# All partners are defined in their own files. You can find example items
# at 'data/partners'.
# For more informtion take a look at the README.
title = "合作社区"
subtitle = "ServiceMesher 社区合作伙伴"
[params.recent_posts]
enable = true
title = "最新博客"
subtitle = "Kubernetes、Service Mesh 及云原生最新博客"
[outputs]
home = ["HTML", "RSS", "Algolia"]
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
enable = true
appid = "X4YB3WOBNV"
index = "servicemesher"
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
key = "d2134c5a8d250e6d3246594240c45201"