-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
267 lines (224 loc) · 6.49 KB
/
_config.yml
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# 01-header
# menu
menu:
home: /
archive: /archives/
about: /about/
friends: /friends/
gallery: /gallery/
# favicon & avtor
# if the value of avtor is false, the 'say' is optional.
favicon: /img/favicon.png
logo: /img/logo.png
say: Welcome
# background_image
# /img/1.jpg
# https://source.unsplash.com/collection/954550/1920x1080
# https://sariay.github.io/Random-img/
# May be cause CROS bug!
background_image:
mode: normal #normal or random
normal_url: /img/0.svg
random_max: 11
random_url: /img/Random-img/
# show motto
motto:
enable: true
timejs:
enable: false
# 02-PROLOADER
# animation: spinner, transition or cyclic
preloader:
enable: true
animation: transition
# 03-INDEX
# index-style: pure, cart
index_style: cart
# index_cart_cover
cover: /img/cart_cover.jpg
# 04-POST
# post_relate
relate:
enable: true
posts_limit: 3
posts_excerpt: 70
# post_comment
comment:
enable: true
gitalk:
enable: false
clientID: eb98d9a6a7d3c934aa
clientSecret: 2421ea2da88b3b14422a95ee2557c435908c
repo: blog-comment-repo
owner: livejq
admin: livejq
distractionFreeMode: true
#去除 more、index.html、?query=123等格式尾部
hrefTrimend: '#.*$,\\?.*$,index.html$'
valine:
enable: true
appid: kEwsOybwEetXUqjoqkzSF6a-gzGoHsz
appkey: 3fbqazIT2e5LA4xbVnru
placeholder: φ( ̄ー ̄ ) ╮我不下地狱,谁爱下谁下...
verify: true
avatar: wavatar
notify: false
livere:
enable: false
livere_uid: MTAyMxxxNjYyMSezEzQ==
changyan:
enable: false
disqus:
enable: false
comments_count:
enable: false
busuanzi_count:
enable: false
leancloud_count:
enable: true
# post_toc
post_toc:
enable: true
katelog: true
# post_mathJax
mathjax:
enable: false
# post_code
code_copy:
enable: true
# post_excerpt for index page
excerpt_cart: 80
excerpt_pure: 300
excerpt_link: true
# 05-FOOTER
# social
social:
github:
url: https://github.com/livejq
icon: fab fa-github
email:
url: mailto:[email protected]
icon: far fa-envelope
telegram:
url: https://t.me/livejq
icon: fab fa-telegram
rss:
url: https://www.livejq.top/atom.xml
icon: fas fa-rss
ssl:
url: https://myssl.com/www.livejq.top?from=mysslid
icon: fab fa-expeditedssl
# copyright
since: 2018
content_author: liveJQ
# 06-OTHERS
# rss
rss: /atom.xml
# 相册展示
macy:
enable: true # blog根目录source下准备_data/gallery.json文件
fancybox: true
# Local search
# Dependencies: https://github.com/flashlab/hexo-generator-search
local_search:
enable: true
# if auto, trigger search by changing input
# if manual, trigger search by pressing enter key or search button
trigger: auto
# show top n results per article, show all results by setting to -1
top_n_per_article: 3
#when click, emerge heart
love:
enable: true
#totop
totop:
enable: true
icon: fas fa-arrow-up
#icon
icon:
clipboard: far fa-copy
tags: fas fa-tags
hits: fab fa-hotjar
cc: fab fa-creative-commons
heart: fas fa-heart
# evanyou
evanyou:
enable: true
# 背景静止彩带.
ribbon:
enable: false
size: 90 # 彩带大小, 默认: 90.
alpha: 1 # 彩带透明度 (0 ~ 1), 默认: 0.6.
zIndex: 0 # 背景的z-index属性,css属性用于控制所在层的位置, 默认: -1.
click_to_change: true # 设置是否每次点击都更换彩带.
# 背景动态彩带.
ribbon_dynamic:
enable: false
# 网页预加载
instantclick:
enable: false
# 配置hack字体
hackFont:
enable: true
# DaoVoice online contact
daovoice:
enable: true
appid: a2f69918 # 网页版聊天 http://chat.daovoice.io?id=a2f69918
# Aplayer 音乐播放插件
aplayer:
enable: true
# about site 关于本站
aboutSite:
enable: false
#背景canvas-nest
canvas_nest:
enable: false
color: 61,83,235 # 线条颜色, 默认: '0,0,0' ;三个数字分别为(R,G,B),注意用,分割
pointColor: 0,0,255 # 交点颜色, 默认: '0,0,0' ;三个数字分别为(R,G,B),注意用,分割
opacity: 0.8 # 线条透明度(0~1), 默认: 0.5
zIndex: -1 # 背景的 z-index 属性,css 属性用于控制所在层的位置, 默认: -1.
count: 200 # 线条的总数量, 默认: 99
# Google AdSense 广告
Google_Adsense:
enable: true
google_ad_client: ca-pub-2863856337188342
manual: true
google_auto_ads: false
amp_auto_ads: false
# 赞赏
appreciate:
enable: true
wechat_pay: /img/cut-pic/wechat_pay.png
alipay: /img/cut-pic/alipay.png
# 分享
share:
enable: true
#ICP备案信息尾部显示
icp:
enable: true
url: http://beian.miit.gov.cn/publish/query/indexFirst.action # 备案链接
text: 粤ICP备19099132号-1 # 备案信息
#禁用开发者控制台
devtools:
enable: false
cdn:
friend: https://cdn.jsdelivr.net/gh/sviptzk/StaticFile_HEXO@0f0db55/butterfly/js/Friend.js
busuanzi: https://cdn.jsdelivr.net/npm/[email protected]
fontawesome: https://kit.fontawesome.com/82e1b0f1b6.js
clipboard: https://cdn.bootcdn.net/ajax/libs/clipboard.js/2.0.0/clipboard.min.js
valine: https://cdn.jsdelivr.net/gh/HCLonely/[email protected]/dist/Valine.min.js
jquery: https://cdn.bootcdn.net/ajax/libs/jquery/2.2.1/jquery.min.js
hackFont: https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css #https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css 全集
canvas_nest: https://cdn.bootcss.com/canvas-nest.js/2.0.4/canvas-nest.js
materialize: https://cdn.bootcdn.net/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css
leancloud_av: https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js
bootstrap: https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js
popper: https://cdn.bootcss.com/popper.js/1.15.0/popper.min.js
lightgallery_all_min_js: https://cdn.bootcss.com/lightgallery/1.6.4/js/lightgallery-all.min.js
lightgallery_css: https://cdn.bootcss.com/lightgallery/1.6.4/css/lightgallery.css
jquery_fancybox_min: https://cdn.bootcdn.net/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css
hls: https://cdn.jsdelivr.net/npm/hls.js/dist/hls.min.js
aplayer_min_js: https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js
aplayer_min_css: https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.css
share_css: https://cdn.jsdelivr.net/npm/social-share.js/dist/css/share.min.css
share_js: https://cdn.jsdelivr.net/npm/social-share.js/dist/js/social-share.min.js