-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
265 lines (249 loc) · 8.76 KB
/
Copy pathconfig.toml
File metadata and controls
265 lines (249 loc) · 8.76 KB
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
baseurl = "https://www.bobjiang.com"
title = "Bob Jiang 敏捷开发培训 敏捷认证Scrum Master"
languageCode = "zh-cn"
theme = "mainroad"
disqusShortname = "" # Enable Disqus comments by entering your Disqus shortname
# Google Analytics 4 (GA4) - Migrated from Universal Analytics
googleAnalytics = "G-9652RGRWZX"
# Hugo services configuration (required for Hugo v0.120+)
[services]
[services.googleAnalytics]
ID = "G-9652RGRWZX"
[pagination]
disableAliases = false
pagerSize = 10
path = 'page'
[Author] # Used in authorbox
name = "Bob Jiang"
bio = "Bob Jiang是全球认证的Scrum培训师(Certified Scrum Trainer),专注于Scrum培训和敏捷教练培养,帮助企业与个人取得更好的成果"
avatar = "/images/bobjiang.webp"
[Params]
subtitle = "敏捷培训 | Scrum培训 | 敏捷认证 | 敏捷开发 | 敏捷管理 | 敏捷实践" # Deprecated in favor of .Site.Params.logo.subtitle
description = "Bob Jiang 是一名资深的敏捷教练,敏捷开发培训师,Certified Scrum Trainer,专注于敏捷培训、Scrum培训、敏捷实践、敏捷管理、敏捷领导力、组织级敏捷、系统思考、大规模敏捷、DevOps。" # Site description. Used in meta description
copyright = "Bob Jiang" # Footer copyright holder, otherwise will use site title
opengraph = true # Enable OpenGraph if true
schema = true # Enable Schema
twitter_cards = true # Enable Twitter Cards if true
readmore = true # Show "Read more" button in list if true
authorbox = true # Show authorbox at bottom of pages if true
toc = true # Enable Table of Contents
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
mainSections = ["post", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget
dateformat = "2006-01-02" # Change the format of dates
mathjax = true # Enable MathJax
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" # Load Google Fonts
highlightColor = "" # Deprecated in favor of .Site.Params.style.vars.highlightColor
customCSS = ["css/custom.css"] # Include custom CSS files
customJS = ["js/custom.js"] # Include custom JS files
[Params.style.vars]
highlightColor = "#e22d30" # Override highlight color
# Override font-family sets. Secondary font-family set responsible for pre, code, kbd, and samp tags font
# Take care of different quotes OR escaping symbols in these params if necessary
fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
[Params.logo]
image = "/img/bobjiang-logo.webp" # Logo image. Path relative to "static"
title = "Bob Jiang 敏捷培训 敏捷认证Scrum Master" # Logo title, otherwise will use site title
subtitle = "敏捷培训 | Scrum培训 | 敏捷认证 | 敏捷开发 | 敏捷管理 | 敏捷实践" # Logo subtitle
[Params.sidebar]
home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "recent", "categories", "social", "languages"]
# alternatively "ddg-search" can be used, to search via DuckDuckGo
# widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = true # Enable counter for each tag in "Tags" widget
[Params.widgets.social]
# Enable parts of social widget
facebook = "jiangxb"
twitter = "bobjiang123"
linkedin = "xinbaojiang"
telegram = "bobjiang"
github = "bobjiang"
email = "bobjiang@bobjiang.com"
# instagram = "username"
# gitlab = "username"
# bitbucket = "username"
# Custom social links
[[Params.widgets.social.custom]]
title = "Youtube Bob Jiang Channel"
url = "https://www.youtube.com/channel/UCY6l_ASrqbDks31hMFrtkYA"
# icon = "layouts/partials/youtube.svg" # Optional. Path relative to "layouts/partials"
[[Params.widgets.social.custom]]
title = "Telegram Group"
url = "https://t.me/bobjiang123"
[[Params.widgets.social.custom]]
title = "老胡茶馆"
url = "https://www.dteam.top/"
[[Params.widgets.social.custom]]
title = "敏捷开发学习资源大全"
url = "https://www.agile123.net/"
[[Params.widgets.social.custom]]
title = "敏捷家"
url = "https://www.agileplus.co/"
[[Params.widgets.social.custom]]
title = "Scrum培训"
url = "https://scrumtraining.cn/"
[[Params.widgets.social.custom]]
title = "HiBlock社区"
url = "https://www.hiblock.net/"
[[Params.widgets.social.custom]]
title = "RSG China"
url = "https://scrumgatheringchina.com/"
[[Params.widgets.social.custom]]
title = "订阅邮件"
url = "https://tinyletter.com/bobjiang/"
[[Params.widgets.social.custom]]
title = "报名CSM敏捷认证课程"
url = "https://appmopev1px9533.h5.xiaoeknow.com/v1/course/column/p_5f27d789e4b0822d26880e60?type=3"
[Params.social.share]
facebook = true
linkedin = true
twitter = true
whatsapp = true
email = true
[menu]
[[menu.main]]
identifier = "home"
name = "首页"
url = "/"
weight = 1
[[menu.main]]
identifier = "agile"
name = "敏捷"
url = "/tags/agile/"
weight = 2
[[menu.main]]
identifier = "scrum"
name = "Scrum"
url = "/tags/scrum/"
parent = "agile"
weight = 21
[[menu.main]]
identifier = "scaling"
name = "规模化敏捷"
url = "/tags/scaling/"
parent = "agile"
weight = 22
[[menu.main]]
identifier = "cases"
name = "敏捷案例"
url = "/tags/cases/"
parent = "agile"
weight = 23
[[menu.main]]
identifier = "engineering"
name = "技术实践"
url = "/tags/engineering/"
parent = "agile"
weight = 24
[[menu.main]]
identifier = "okr"
name = "OKR"
url = "/tags/okr/"
parent = "agile"
weight = 25
[[menu.main]]
identifier = "services"
name = "服务"
url = "/tags/service/"
weight = 3
[[menu.main]]
identifier = "csm"
name = "CSM敏捷认证培训"
url = "/tags/csm/"
parent = "services"
weight = 31
[[menu.main]]
identifier = "cspo"
name = "CSPO敏捷认证培训"
url = "/tags/cspo/"
parent = "services"
weight = 32
# [[menu.main]]
# identifier = "consulting"
# name = "敏捷咨询"
# url = "/tags/consulting/"
# parent = "services"
# weight = 33
[[menu.main]]
identifier = "online"
name = "线上课"
url = "https://appmopev1px9533.h5.xiaoeknow.com/v1/course/column/p_5f27d789e4b0822d26880e60?type=3"
parent = "services"
weight = 34
[[menu.main]]
identifier = "others"
name = "其他"
url = "/tags/"
weight = 4
[[menu.main]]
identifier = "games"
name = "敏捷游戏"
url = "/tags/games/"
parent = "others"
weight = 41
[[menu.main]]
identifier = "book"
name = "推荐图书"
url = "/tags/book/"
parent = "others"
weight = 42
[[menu.main]]
identifier = "comic-agile"
name = "敏捷漫画"
url = "/tags/comic-agile/"
parent = "others"
weight = 43
[[menu.main]]
identifier = "weekly-report"
name = "周报"
url = "/tags/周报/"
parent = "others"
weight = 44
[[menu.main]]
identifier = "series"
name = "系列文章"
url = "/tags/series/"
weight = 5
[[menu.main]]
identifier = "csm-online"
name = "报名CSM"
url = "https://appmopev1px9533.h5.xiaoeknow.com/v1/course/column/p_5f27d789e4b0822d26880e60?type=3"
weight = 6
[[menu.main]]
identifier = "forum"
name = "论坛"
url = "https://github.com/bobjiang/bob-n-frens/discussions"
weight = 7
[[menu.main]]
identifier = "about"
name = "关于"
url = "/me/"
weight = 8
[[menu.main]]
identifier = "friends"
name = "友情链接"
url = "/tags/friends/"
parent = "about"
weight = 81
# Image processing configuration for better performance
[imaging]
quality = 85 # JPEG/WebP quality (0-100, default 75)
resampleFilter = "Lanczos" # High-quality image resampling (Lanczos is best quality)
# Minification for HTML, CSS, JS to improve page load speed
[minify]
disableCSS = false # Minify CSS
disableHTML = false # Minify HTML
disableJS = false # Minify JavaScript
disableJSON = false # Minify JSON
disableSVG = false # Minify SVG
disableXML = false # Minify XML
[minify.tdewolff.html]
keepWhitespace = false # Remove extra whitespace