-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathconfig.toml
124 lines (107 loc) · 2.99 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
baseURL = "https://blog.zengrong.net/"
languageCode = "zh-CN"
defaultContentLanguage = "zh-cn"
title = "ZRONG's BLOG"
theme = "clarity"
# theme = "capsule"
# uglyurls = true
# Ignore the WARNING when build site: found no layout file for "HTML" for "section"
disableKinds = ['section']
[author]
name = "zrong"
[taxonomies]
category = "category"
tag = "tag"
archive = "archive"
[menu]
[[menu.main]]
identifier = ""
name = "首页"
url = "https://zengrong.net"
weight = 1
[[menu.main]]
identifier = ""
name = "最新"
url = "/"
weight = 2
[[menu.main]]
identifier = "category"
name = "分类"
url = "/category/"
weight = 3
[[menu.main]]
identifier = "tag"
name = "标签"
url = "/tag/"
weight = 4
[[menu.main]]
identifier = "archive"
name = "归档"
url = "/archive/"
weight = 5
[[menu.main]]
identifier = "link"
name = "友链"
url = "/link/"
weight = 6
[[menu.main]]
identifier = "search"
name = "搜索"
url = "/search/"
weight = 7
[[menu.social]]
name = "github"
type = "social"
weight = 1
url = "https://github.com/zrong"
[[menu.social]]
name = "zhihu"
weight = 2
url = "https://www.zhihu.com/people/zrong"
[params]
author = "zrong(Jacky)"
introDescription = "一个沦为程序员的美术老师"
introURL = "https://zengrong.net/about/"
subtitle = "Every man dies but not every man really lives."
keywords = "zrong,blog,管理,flash"
description = "乱七八糟地胡扯IT互联网,游戏,管理,创业以及各种有趣的东西。"
beianNum = "鄂ICP备05002429号-1"
beianUrl = "https://beian.miit.gov.cn/"
showShare = false
numberOfTagsShown = 40
codeMaxLines = 7
codeLineNumbers = true
dateFormat = "2006-01-02"
mobileNavigation = "right"
mainSections = ["posts", "post"]
figurePositionShow = false
figurePositionLabel = "图像"
baidu_analytics = "dbc80b637f684b05f8467bd3d1a67d1c"
ga_analytics = "UA-178999-6"
[params.cc]
name = "署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)"
link = "https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh"
[params.isso]
enable = true
host = "blog.zengrong.net/isso"
[params.aid]
messageboard_enable = true
api_js = 'https://aid.zengrong.net/static/aidapi.js'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true # change to false to disable inclusion of rawHTML and math functions
xhtml = false
[markup.goldmark.extensions]
typographer = false
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = "--"
lineNoStart = 1
lineNos = true # always set to true # else line numbers won't show at all! even when you toggle them on in the UI
lineNumbersInTable = false # toggling this on (i.e to true) or deleting this line will break the code blocks functionality. Will
noClasses = false
# style = "monokai"
tabWidth = 2