-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
161 lines (136 loc) · 2.52 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
languageCode = "en"
hasCJKLanguage = true
enableEmoji = true
title = "叉鸽的博客 | MrCroxx's Blog"
theme = "DoIt"
[params]
description = "Welcome to MrCroxx's Blog."
images = ["image.png"]
[params.author]
name = "叉鸽 | MrCroxx"
email = "[email protected]"
link = "/posts/about"
[params.search]
enable = true
type = "lunr"
contentLength = 4_000
placeholder = ""
maxResultLength = 10
snippetLength = 50
highlightTag = "em"
absoluteURL = false
[params.search.algolia]
index = ""
appID = ""
searchKey = ""
[params.header]
desktopMode = "fixed"
mobileMode = "auto"
[params.header.title]
logo = ""
name = "叉鸽 | MrCroxx"
pre = ""
post = ""
typeit = true
[params.footer]
enable = true
custom = ""
hugo = true
copyright = true
author = true
since = 2_019
icp = ""
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>'
[params.section]
paginate = 20
dateFormat = "01-02"
rss = 10
[params.page]
hiddenFromHomePage = false
hiddenFromSearch = false
twemoji = true
lightgallery = true
ruby = true
fraction = true
fontawesome = false
linkToMarkdown = true
rssFullText = false
[params.page.toc]
enable = true
keepStatic = false
auto = true
[params.page.code]
copy = true
maxShownLines = 10_000
[params.page.comment]
enable = false
[params.page.math]
enable = true
blockLeftDelimiter = ""
blockRightDelimiter = ""
inlineLeftDelimiter = ""
inlineRightDelimiter = ""
copyTex = true
mhchem = true
[params.home]
rss = 10
[params.home.profile]
enable = true
gravatarEmail = ""
avatarURL = "/avatar-256x256.png"
title = "叉鸽 | MrCroxx"
subtitle = "Grind in. Grind on."
typeit = true
social = true
disclaimer = ""
[params.home.posts]
enable = true
paginate = 10
[params.social]
twitter = "CroxxMr"
email = "[email protected]"
douban = "mrcroxx"
rss = true
[params.social.github]
id = "MrCroxx"
[outputs]
home = ["HTML", "RSS", "JSON"]
[[menu.main]]
identifier = "posts"
pre = ""
post = ""
name = "文章 | Archives"
url = "/posts/"
title = ""
weight = 1
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "分类 | Categories"
url = "/categories/"
title = ""
weight = 2
[[menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "标签 | Tags"
url = "/tags/"
title = ""
weight = 3
[[menu.main]]
identifier = "about"
pre = ""
post = ""
name = "关于我 | About"
url = "/posts/about"
title = ""
weight = 4
[markup.tableOfContents]
startLevel = 2
endLevel = 4
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true