-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
116 lines (84 loc) · 2.68 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
# 此主题需要将存储文章的文件夹命名为 posts ,而不是 post 。
baseURL = "https://qingely-hugo.netlify.com"
languageCode = "zh-cn"
title = "青河船一"
theme = "canoe"
# last mod time support
enableGitInfo = true
# if true, auto-detect Chinese/Japanese/Korean Languages in the content. (.Summary and .WordCount can work properly in CJKLanguage)
hasCJKLanguage = true
[params]
author = "qingely"
description = "生活------是生,更是活。"
copyright = "Copyleft@qingely"
# date format convert: http://fuckinggodateformat.com/
dateFormat = "2006年01月_2日"
# 用户头像地址, user avatar's url
logo = "/img/avatar.jpg"
# 首页横幅的背景链接, home banner's background url.
splash_bg = "/img/bg.jpg"
# 是否使用一言, if using hitokoto(dynamic moto in splash screen)
hitokoto = true
# 是否使用Canvas动态背景, if using canvas dynamic background (nest.js)
nest_bg = false
# 是否使用动态加载效果, if using fade effect while loading (scroll-reveal.js)
reveal_effect = true
# comment settings, support 'valine' and 'disqus'.
# more about 'valine', ref: http://valine.js.org/
[params.comment]
type = "valine" # or 'disqus'
[params.comment.valine]
id = "< the appId >"
key = "< the appKey >"
placeholder = "< placeholder >"
avatar = "retro"
[params.comment.disqus]
shortname = '< short name >'
# Main menu
[[menu.main]]
name = "Home"
# associated with displaying order.
weight = 1
url = "/"
[[menu.main]]
name = "Archive"
weight = 2
url = "/archive/"
[[menu.main]]
name = "About"
weight = 6
url = "/about/"
# 文章归类 Taxonomy
[[menu.taxonomy]]
name = "Tag"
identifier="tags"
[[menu.taxonomy]]
name = "Category"
identifier="categories"
# 友情链接 Your Friend's blog links
[[menu.friend]]
name = "Kevin Tan"
url = "https://keyin.me"
[[menu.friend]]
name = "次碳酸钴"
url = "https://www.web-tinker.com"
[[menu.friend]]
name = "小胡子哥"
url = "https://www.barretlee.com/entry/"
# 社交账号 Social Network
[[menu.social]]
pre = "<svg class='svg-icons svg-icons-github'><use xlink:href='#svg-icons-github'></use></svg>"
name = "Github"
url = "http://github.com/qingely"
[[menu.social]]
pre = "<svg class='svg-icons svg-icons-twitter'><use xlink:href='#svg-icons-twitter'></use></svg>"
name = "Twitter"
url = "https://twitter.com/"
[[menu.social]]
pre = "<svg class='svg-icons svg-icons-sina-weibo'><use xlink:href='#svg-icons-sina-weibo'></use></svg>"
name = "Weibo"
url = "https://weibo.com/6104677436/"
[blackfriday]
extensions = ["laxHtmlBlocks","noEmptyLineBeforeBlock"]
[outputs]
home = ["HTML", "RSS", "JSON"]