-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
82 lines (64 loc) · 1.79 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
baseURL = "http://manyu.site/"
languageCode = "zh-CN"
title = "鳗鱼 | Blog"
theme = "LeaveIt"
paginate = 12
enableEmoji = true
enableRobotsTXT = true
googleAnalytics = ""
preserveTaxonomyNames = true
hasCJKLanguage = true
[blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
[markup.goldmark.renderer]
unsafe=true
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "首页"
url = "/"
weight = 1
[[menu.main]]
name = "轴线"
url = "/posts/"
weight = 2
[[menu.main]]
name = "分类"
url = "/categories/"
weight = 3
[[menu.main]]
name = "标签"
url = "/tags/"
weight = 4
[params]
since = 2019
author = "鳗鱼" # Author's name
avatar = "/images/me/avatar.jpg" # Author's avatar
subtitle = "生命不息折腾不止。" # Subtitle
cdn_url = "" # Base CDN URL
home_mode = "post" # post or other
google_verification = ""
description = "鳗鱼的博客" # site description
keywords = "博客, 前端" # site keywords
beian = "京ICP备19039603号"
baiduAnalytics = ""
dateFormatToUse="2006-01-02"
license= '本文采用<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'
[params.social]
GitHub = "https://github.com/cyseria"
Email = "xcyseria@gmail.com"
[params.live2d]
messagePath = "/live2d/"
homePath = "http://manyu.site/"
[params.valine]
enable = true
appId = 'DQvhbt9lB1iX9rBQj9NYonJb-gzGzoHsz'
appKey = 'AOFsgEqbddiaNYGYj61qEl9U'
notify = true
verify = false
avatar = 'wavatar'
placeholder = '说点什么吧...'
visitor = true