-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml.bak
197 lines (172 loc) · 5 KB
/
config.yml.bak
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
baseURL: https://example.com/
theme: pure
title: 17Null的博客
defaultContentLanguage: zh # en/zh/...
footnoteReturnLinkContents: ↩
hasCJKLanguage: true
paginate: 7
enableEmoji: true
googleAnalytics: "" # UA-XXXXXXXX-X
permalinks:
posts: /:year/:month/:filename/
taxonomies:
category : categories
tag : tags
series : series
outputFormats: # use for search. recommend not to modify
SearchIndex:
mediaType: "application/json"
baseName: "searchindex"
isPlainText: true
notAlternative: true
outputs:
home: ["HTML","RSS","SearchIndex"] # recommend not to modify
# sitemap
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5
menu:
main:
- identifier: home
name: Home
title: 主页
url: /
weight: 1
# - identifier: archives
# name: Archives
# title: 归档
# url: /posts
# weight: 2
# - identifier: categories
# name: Categories
# title: 分类
# url: /categories
# weight: 3
# - identifier: tags
# name: Tags
# title: 标签
# url: /tags
# weight: 4
- identifier: reprint
name: Reprint
title: 转载
url: /reprint
weight: 2
- identifier: about
name: About
title: 关于
url: /about
weight: 3
params:
since: 2017
dateFormatToUse: "2006-01-02"
enablePostCopyright: false
# Enable/Disable menu icons
menuIcons:
enable: true # 是否启用导航菜单图标
home: icon-home-fill
archives: icon-archives-fill
categories: icon-folder
tags: icon-tags
repository: icon-project
books: icon-book-fill
links: icon-friendship
about: icon-cup-fill
reprint: icon-star-fill
# profile
profile:
enabled: true # Whether to show profile bar
avatar: avatar.png
gravatar: # Gravatar email address, if you enable Gravatar, your avatar config will be overriden
author: 17Null
author_title: Java Developer
author_description: Good Good Study, Day Day Up~
location: Fuzhou, China
follow: https://github.com/wengshiquan
# Social Links
social:
links:
github: https://github.com/wengshiquan
tags: http://weibo.com/{yourid}
# twitter: https://twitter.com/
# facebook: /
rss: /index.xml
link_tooltip: false # enable the social link tooltip, options: true, false
# Site
site:
logo:
enabled: true
width: 40
height: 40
url: favicon.ico
title: Hugo # 页面title
favicon: favicon.ico
board: <p>一直想做前端的java程序员~</p> # 公告牌
# Share
# weibo,qq,qzone,wechat,tencent,douban,diandian,facebook,twitter,google,linkedin
share:
enable: true # 是否启用分享
sites: weibo,qq,wechat,facebook,twitter # PC端显示的分享图标
mobile_sites: weibo,qq,qzone # 移动端显示的分享图标
# Comment
comment:
type: # type disqus/gitalk/valine 启用哪种评论系统
disqus: your_disqus_name # enter disqus shortname here
gitalk: # gitalk. https://gitalk.github.io/
owner: #必须. GitHub repository 所有者,可以是个人或者组织。
admin: #必须. GitHub repository 的所有者和合作者 (对这个 repository 有写权限的用户)。
repo: #必须. GitHub repository.
ClientID: #必须. GitHub Application Client ID.
ClientSecret: #必须. GitHub Application Client Secret.
valine: # Valine. https://valine.js.org
appid: # your leancloud application appid
appkey: # your leancloud application appkey
notify: # mail notifier , https://github.com/xCss/Valine/wiki
verify: # Verification code
placeholder: enjoy~ # comment box placeholder
avatar: mm # gravatar style
meta: nick,mail # custom comment header
pageSize: 10 # pagination size
visitor: false # Article reading statistic https://valine.js.org/visitor.html
# Donate
donate:
enable: false
# 微信打赏
wechatpay:
qrcode: donate/wechatpayimg.png
title: 微信支付
# 支付宝打赏
alipay:
qrcode: donate/alipayimg.png
title: 支付宝
# PV
pv:
busuanzi:
enable: false # 不蒜子统计
leancloud:
enable: false # leancloud统计
app_id: # leancloud <AppID>
app_key: # leancloud <AppKey>
# wordcount
postCount:
enable: true
wordcount: true # 文章字数统计
min2read: true # read time 阅读时长预计
# config
config:
skin: theme-black # theme color default is white. other type [theme-black,theme-blue,theme-green,theme-purple]
layout: main-center # 布局方式 main-left main-center main-right
excerpt_link: Read More
toc: true
# Sidebar
sidebar: right
# Search
search:
enable: true # enable search. thanks for https://raw.githubusercontent.com/ppoffice/hexo-theme-icarus/master/source/js/insight.js
# Sidebar only the following widgets. you can remove any you don't like it.
widgets:
- board
- category
- tag
- recent_posts