-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
99 lines (86 loc) · 2.02 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
baseURL = "https://blog.heysh.xyz/"
languageCode = "zh-cn"
title = "林中阴影"
theme = "tokiwa"
copyright = "©贺叶霜,<a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.zh\">CC BY-SA</a>"
hasCJKLanguage = true
author = "HeYSH"
# Shown in the side menu
canonifyurls = false
paginate = 10
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = 'manni'
# pygmentsUseClasses=true
googleAnalytics = "G-CWBXLVG90W"
disqusShortname = "heysh"
# pygmentsOptions = "linenos=table,noclasses=true"
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[markup.goldmark.renderer]
unsafe= true
[permalinks]
post = "/:year/:month/:day/:filename/"
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[indexes]
tag = "tags"
topic = "categories"
[params]
math = true
env = "production"
description = """
那里的颜色正是常磐色。
"""
favicon = "img/favicon.png"
fuse = true
useChineseFonts = true
bannerFont = "fonts/杨任东竹石体-Light"
[menu]
# Shown in the side menu.
[[menu.main]]
name = "归档"
identifier = "post"
url = "/post/"
weight = 1
[[menu.main]]
name = "标签"
url = "/tags/"
weight = 2
[[menu.main]]
name = "分类"
url = "/categories/"
weight = 2
[[menu.main]]
name = "关于"
identifier = "about"
url = "/about/"
weight = 3
[[menu.main]]
name = "内心戏"
identifier = "sentences"
url = "/sentences/"
weight = 4
[[menu.main]]
name = "云乞讨"
identifier = "begging"
weight = 4
url = "/wallet/"
[[menu.main]]
name = "芽"
identifier = "home"
url = "https://heysh.xyz/"
weight = 5
[params.social]
# Link your social networking accounts to the side menu
# by entering your username or ID.
# SNS microblogging
twitter = "https://twitter.com/heyeshuang"
# googleplus = "贺叶霜HeYSH"
# Techie
github = "https://github.com/heyeshuang"
[outputs]
home = ["HTML", "RSS", "JSON"]