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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
|
baseURL = "https://lengyueyang.github.io"
title = "lengyueyang’s blog for data science and AI of medical"
enableRobotsTXT = true
enableEmoji = true
theme = "jane"
hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
paginate = 20 # Number of articles displayed on the homepage # 首页每页显示的文章数
rssLimit = 20 # Limit Entry Count to Rss file # 限制 Rss 文章输出数量
disqusShortname = "lengyueyang" # disqus_shortname
googleAnalytics = "" # UA-XXXXXXXX-X
copyright = "use ox-hugo and org-mode for blog" # default: author.name ↓ # 默认为下面配置的author.name ↓
# uglyURLs = true # more info: https://gohugo.io/content-management/urls/#ugly-urls
# Highlight options.
# See https://gohugo.io/content-management/syntax-highlighting/
PygmentsCodeFences = true # Enable syntax highlighting with GitHub flavoured code fences
PygmentsUseClasses = true # Use CSS classes to format highlighted code
PygmentsCodefencesGuessSyntax = true
PygmentsOptions = "linenos=table"
# Enable author pages
[taxonomies]
# author = "author"
tag = "tags"
category = "categories"
# language support # en / zh-cn / other... translations present in i18n/
defaultContentLanguage = "en" # Default language to use
[langusges]
[languages.en]
title = "DR Medical"
languageName = "English"
contentDir = "content/en"
weight = 1
[languages.zh-cn]
title = "深度识医"
languageName = "中文"
contentDir = "content/zh-cn"
weight = 2
# [[languages.en.menu.main]]
# name = "Home"
# weight = 10
# identifier = "home"
# url = "/"
[[languages.en.menu.main]]
name = "Medical-DS"
weight = 15
identifier = "Data-Science"
url = "/categories/medical-ds/"
[[languages.en.menu.main]]
name = "Math"
weight = 1
parent = "Data-Science"
identifier = "Math"
url = "/categories/math/"
[[languages.en.menu.main]]
name = "Statistics"
weight = 1.5
parent = "Data-Science"
identifier = "Statistics"
url = "/categories/statistics/"
[[languages.en.menu.main]]
name = "Algorithms"
weight = 2
parent = "Data-Science"
identifier = "Algorithms"
url = "/categories/algorithms/"
[[languages.en.menu.main]]
name = "Programming"
weight = 3
parent = "Data-Science"
identifier = "Programming"
url = "/categories/programming/"
[[languages.en.menu.main]]
name = "Machine-earning"
weight = 4
parent = "Data-Science"
identifier = "Machine-Learning"
url = "/categories/machine-learning/"
[[languages.en.menu.main]]
name = "NLP-KG"
weight = 5
parent = "Data-Science"
identifier = "NLP-KG"
url = "/categories/nlp-kg/"
[[languages.en.menu.main]]
name = "Data-Analysis"
weight = 6
parent = "Data-Science"
identifier = "Data-Analysis"
url = "/categories/data-analysis/"
[[languages.en.menu.main]]
name = "Medical"
weight = 7
parent = "Data-Science"
identifier = "Medical"
url = "/categories/medical/"
[[languages.en.menu.main]]
name = "CDSS"
weight = 8
parent = "Data-Science"
identifier = "CDSS"
url = "/categories/cdss/"
[[languages.en.menu.main]]
name = "Article-Learning"
weight = 10
parent = "Data-Science"
identifier = "Article-Learning"
url = "/categories/article-learning/"
[[languages.en.menu.main]]
name = "Tools"
weight = 25
identifier = "Tools"
url = "/categories/tools/"
[[languages.en.menu.main]]
name = "Linux"
weight = 1
parent = "Tools"
identifier = "Linux"
url = "/categories/linux/"
[[languages.en.menu.main]]
name = "Gentoo"
weight = 2
parent = "Tools"
identifier = "Gentoo"
url = "/categories/gentoo/"
[[languages.en.menu.main]]
name = "Spacemacs"
weight = 5
parent = "Tools"
identifier = "Spacemacs"
url = "/categories/spacemacs/"
[[languages.en.menu.main]]
name = "Org-mode"
weight = 6
parent = "Tools"
identifier = "Org-mode"
url = "/categories/org-mode/"
[[languages.en.menu.main]]
name = "Archives"
weight = 30
identifier = "archives"
url = "/post/"
[[languages.en.menu.main]]
name = "Tags"
weight = 35
identifier = "tags"
url = "/tags/"
[[languages.en.menu.main]]
name = "Categories"
weight = 40
identifier = "categories"
url = "/categories/"
[[languages.en.menu.main]]
name = "Links"
weight = 50
url = "/links"
[[languages.en.menu.main]]
name = "About"
weight = 60
url = "/about"
# [[languages.zh-cn.menu.main]]
# name = "主页"
# weight = 10
# identifier = "home"
# url = "zh-cn/"
[[languages.zh-cn.menu.main]]
name = "医学数据科学"
weight = 15
identifier = "Data-Science"
url = "zh-cn/categories/data-science/"
[[languages.zh-cn.menu.main]]
name = "数学基础"
weight = 1
parent = "Data-Science"
identifier = "Math"
url = "zh-cn/categories/math/"
[[languages.zh-cn.menu.main]]
name = "统计基础"
weight = 1
parent = "Data-Science"
identifier = "Statistics"
url = "zh-cn/categories/statistics/"
[[languages.zh-cn.menu.main]]
name = "算法"
weight = 2
parent = "Data-Science"
identifier = "Algorithms"
url = "zh-cn/categories/algorithms/"
[[languages.zh-cn.menu.main]]
name = "编程"
weight = 3
parent = "Data-Science"
identifier = "Programming"
url = "zh-cn/categories/programming/"
[[languages.zh-cn.menu.main]]
name = "机器学习"
weight = 4
parent = "Data-Science"
identifier = "Machine-Learning"
url = "zh-cn/categories/machine-learning/"
[[languages.zh-cn.menu.main]]
name = "NLP-KG"
weight = 5
parent = "Data-Science"
identifier = "NLP-KG"
url = "zh-cn/categories/nlp-kg/"
[[languages.zh-cn.menu.main]]
name = "数据分析"
weight = 6
parent = "Data-Science"
identifier = "Data-Analysis"
url = "zh-cn/categories/data-analysis/"
[[languages.zh-cn.menu.main]]
name = "医学知识"
weight = 7
parent = "Data-Science"
identifier = "Medical"
url = "zh-cn/categories/medical/"
[[languages.zh-cn.menu.main]]
name = "CDSS"
weight = 8
parent = "Data-Science"
identifier = "CDSS"
url = "zh-cn/categories/cdss/"
[[languages.zh-cn.menu.main]]
name = "文章复现"
weight = 10
parent = "Data-Science"
identifier = "Articl-Learning"
url = "zh-cn/categories/article-learning/"
[[languages.zh-cn.menu.main]]
name = "工具链"
weight = 25
identifier = "工具链"
url = "zh-cn/categories/工具链/"
[[languages.zh-cn.menu.main]]
name = "Linux"
weight = 1
parent = "工具链"
identifier = "Linux"
url = "zh-cn/categories/linux/"
[[languages.zh-cn.menu.main]]
name = "Gentoo"
weight = 2
parent = "工具链"
identifier = "Gentoo"
url = "zh-cn/categories/gentoo/"
[[languages.zh-cn.menu.main]]
name = "Spacemacs"
weight = 5
parent = "工具链"
identifier = "Spacemacs"
url = "zh-cn/categories/spacemacs/"
[[languages.zh-cn.menu.main]]
name = "Org-mode"
weight = 6
parent = "工具链"
identifier = "Org-mode"
url = "zh-cn/categories/org-mode/"
[[languages.zh-cn.menu.main]]
name = "生活"
weight = 26
identifier = "Life"
url = "zh-cn/categories/life"
[[languages.zh-cn.menu.main]]
name = "归档"
weight = 30
identifier = "archives"
url = "zh-cn/post/"
[[languages.zh-cn.menu.main]]
name = "标签"
weight = 35
identifier = "tags"
url = "zh-cn/tags/"
[[languages.zh-cn.menu.main]]
name = "分类"
weight = 40
identifier = "categories"
url = "zh-cn/categories/"
[[languages.zh-cn.menu.main]]
name = "链接"
weight = 50
url = "zh-cn/links"
[[languages.zh-cn.menu.main]]
name = "关于"
weight = 60
url = "zh-cn/about"
[author] # essential # 必需
name = "lengyueyang"
[sitemap] # essential # 必需
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda
since = "2015" # Site creation time # 站点建立时间
homeFullContent = false # if false, show post summaries on home page. Othewise show full content.
rssFullContent = true # if false, Rss feed instead of the summary
# site info (optional) # 站点信息(可选,不需要的可以直接注释掉)
# logoTitle = "lengyueyang" # default: the title value # 默认值: 上面设置的title值
# keywords = ["Orgmode", "Blog","Personal", "Data Science"]
# description = "lengyueyang’s personal blog."
# paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值
archive-paginate = 10
# paginate style, default use numbered pagination links
# if true, use original "Previous" and "Next" links.
paginateOriginalStyle = true
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse = "2006-01-02"
# show word count and read time ? # 是否显示字数统计与阅读时间
moreMeta = true
# show language chooser in menu
showMenuLanguageChooser = true
showAuthorInfo = false # show author info below the article
# 一些全局开关,你也可以在每一篇内容的 front matter 中针对单篇内容关闭或开启某些功能,在 archetypes/default.md 查看更多信息。
# Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`.
toc = true # 是否开启目录
photoswipe = true # see https://github.com/dimsemenov/PhotoSwipe # 是否启用PhotoSwipe(图片可点击)
bootcdn = false # In china. @Deprecated: use [params.publicCDN] # 是否使用bootcdn(@Deprecated: 请使用[params.publicCDN])
mathjax = false # see https://www.mathjax.org/ # 是否使用mathjax(数学公式)
contentCopyright = '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>'
changyanAppid = "" # Changyan app id # 畅言
changyanAppkey = "" # Changyan app key
tencent_analytics = "" # Tencent Analytics
baidu_push = false # baidu push # 百度
baidu_analytics = "" # Baidu Analytics
baidu_verification = "" # Baidu Verification
google_verification = "" # Google_Verification # 谷歌
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
customCSS = [] # if ['custom.css'], load '/static/css/custom.css' file
customJS = [] # if ['custom.js'], load '/static/js/custom.js' file
# enable 'fork me on github', see https://blog.github.com/2008-12-19-github-ribbons/
# forkMeOnGithub = "https://github.com/xianmin/hugo-theme-jane"
# add custom info on the footer. # 添加备案信息
# customFooter = "京ICP备10000000号-1"
[params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义
enable = false
jquery = '<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'
slideout = '<script src="https://cdn.jsdelivr.net/npm/slideout@1.0.1/dist/slideout.min.js" integrity="sha256-t+zJ/g8/KXIJMjSVQdnibt4dlaDxc9zXr/9oNPeWqdg=" crossorigin="anonymous"></script>'
gitmentJS = '<script src="https://cdn.jsdelivr.net/npm/gitment@0.0.3/dist/gitment.browser.min.js" crossorigin="anonymous"></script>'
gitmentCSS = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitment@0.0.3/style/default.min.css" crossorigin="anonymous">'
photoswipe = '<script src="https://cdn.jsdelivr.net/npm/photoswipe@4.1.3/dist/photoswipe.js" integrity="sha256-AC9ChpELidrhGHX23ZU53vmRdz3FhKaN9E28+BbcWBw=" crossorigin="anonymous"></script>'
photoswipeUI = '<script src="https://cdn.jsdelivr.net/npm/photoswipe@4.1.3/dist/photoswipe-ui-default.min.js" integrity="sha256-UKkzOn/w1mBxRmLLGrSeyB4e1xbrp4xylgAWb3M42pU=" crossorigin="anonymous"></script>'
photoswipeCSS = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/photoswipe@4.1.3/dist/photoswipe.css" integrity="sha256-SBLU4vv6CA6lHsZ1XyTdhyjJxCjPif/TRkjnsyGAGnE=" crossorigin="anonymous">'
photoswipeSKIN = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/photoswipe@4.1.3/dist/default-skin/default-skin.css" integrity="sha256-c0uckgykQ9v5k+IqViZOZKc47Jn7KQil4/MP3ySA3F8=" crossorigin="anonymous">'
[params.utteranc] # utteranc is a comment system based on GitHub issues. see https://utteranc.es
enable = true
repo = "lengyueyang/blog_comment" # The repo to store comments
issueTerm = "pathname"
[params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
owner = "" # Your GitHub ID
repo = "" # The repo to store comments
clientId = "" # Your client ID
clientSecret = "" # Your client secret
[params.livere] #LiveRe comment. see https://www.livere.com/
uid = ""
[params.reward] # 文章打赏
enable =true
wechat = "/path/to/your/wechat-qr-code.png" # 微信二维码
alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码
[params.counter.busuanzi] # a Chinese visitor counter # 不蒜子计数器
enable = false
[params.counter.leancloud] # Chinese leancloud visitor counter # leancloud 计数器
enable = true
appId = "pNCzoJ8bHsF9aNglc4RfYcfo-gzGzoHsz"
appKey = "Bvxlb5rmnSeOJkrVais6uRwr"
[params.commentCount.disqus] # show counts of comments for Disqus
enable = true
[params.social] # 社交链接
a-email = "mailto:maoxiaowei1988@foxmail.com"
# b-stack-overflow = "http://localhost:1313"
# c-twitter = "http://localhost:1313"
# d-facebook = "http://localhost:1313"
e-linkedin = "http://localhost:1313"
# f-google = "http://localhost:1313"
g-github = "http://localhost:1313"
# h-weibo = "http://localhost:1313"
# i-zhihu = "http://localhost:1313"
# j-douban = "http://localhost:1313"
# k-pocket = "http://localhost:1313"
# l-tumblr = "http://localhost:1313"
# m-instagram = "http://localhost:1313"
# n-gitlab = "http://localhost:1313"
# o-goodreads = "http://localhost:1313"
# p-coding = "http://localhost:1313"
# q-bilibili = "http://localhost:1313"
# jsonfeed support
# more information: https://github.com/xianmin/hugo-theme-jane/issues/23
# to have json output it's necessary to uncomment this block of code and create a index.jsonfeed.json template, using hugo template specs
# [outputs]
# home = ["html", "jsonfeed","rss"]
# page = ["html"]
#
# [outputFormats]
# [outputFormats.jsonfeed]
# mediaType = "application/json"
# baseName = "feed"
# isPlainText = true
|