@@ -12,6 +12,8 @@ theme_color:
12
12
hr_color : " #d9e8c7"
13
13
tag_start_color : " #afe572"
14
14
tag_end_color : " #55a004"
15
+ header_text_color : " #EEEEEE"
16
+ footer_text_color : " #EEEEEE"
15
17
16
18
# Main menu navigation
17
19
menu :
27
29
28
30
# Favicon
29
31
# ---------------
30
- favicon : /hacrkoid .png
32
+ favicon : /hackroid .png
31
33
32
34
# PWA
33
35
# See https://github.com/JLHwung/hexo-offline
@@ -71,27 +73,29 @@ algolia_search:
71
73
per_page : 10
72
74
73
75
# Local search
74
- # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/ third-party-support?id= local-search
76
+ # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/third-party-support.html# local-search
75
77
# ---------------
76
78
local_search :
77
- enable : true
79
+ enable : false
78
80
labels :
79
81
input_placeholder : Search for Posts
80
82
hits_empty : " We didn't find any results for the search: ${query}"
81
83
82
84
# MathJax
83
- # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/ third-party-support?id= mathjax
85
+ # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/third-party-support.html# mathjax
84
86
# ---------------
85
87
mathjax :
86
88
enable : false
87
89
cdn : https://cdn.jsdelivr.net/npm/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML
88
90
89
91
# KaTeX
92
+ # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/third-party-support.html#katex
90
93
# ---------------
91
94
katex :
92
- enable : true
95
+ enable : false
93
96
cdn :
94
97
css : https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css
98
+ hide_scrollbar : true
95
99
96
100
# Toggle fireworks (IE >= 10)
97
101
# ---------------
@@ -110,8 +114,8 @@ tencent_analytics: 66385937
110
114
# ---------------
111
115
stylesheets :
112
116
- /css/index.css
113
- # scripts loaded in the end of the body
114
- # ---------------
117
+ # scripts loaded in the end of the body
118
+ # ---------------
115
119
scripts :
116
120
- /js/utils.js
117
121
- /js/fancybox.js
@@ -122,12 +126,12 @@ scripts:
122
126
- /js/scroll.js
123
127
- /js/head.js
124
128
125
- # cdn for third-party library
126
- # ---------------
129
+ # cdn for third-party library
130
+ # ---------------
127
131
cdn :
128
132
css :
129
133
fontawesome : https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
130
- fontawesomeV5 : https://use.fontawesome.com/releases/v5.8 .1/css/all.css
134
+ fontawesomeV5 : https://use.fontawesome.com/releases/v5.3 .1/css/all.css
131
135
js :
132
136
anime : https://cdn.jsdelivr.net/npm/animejs@latest/anime.min.js
133
137
jquery : https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js
@@ -140,14 +144,15 @@ cdn:
140
144
avatar : https://i.loli.net/2019/04/05/5ca72d9fdb4ec.png
141
145
142
146
top_img : false # false or url of img
143
- # https://i.loli.net/2019/04/05/5ca72d36af6f1.jpg
147
+
148
+ top_img_height : 60 # best range: 60 - 100
144
149
145
150
post_meta :
146
151
date_type : created # created or updated
147
152
categories : true
148
153
tags : true
149
154
150
- # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/ additional-package-support?id= word-counting
155
+ # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/additional-package-support.html# word-counting
151
156
wordcount :
152
157
enable : true
153
158
@@ -160,7 +165,7 @@ post_copyright:
160
165
license : CC BY-NC-SA 4.0
161
166
license_url : https://creativecommons.org/licenses/by-nc-sa/4.0/
162
167
163
- # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/#/ theme-config?id= auto-excerpt
168
+ # Please see doc for more details: https://molunerfinn.com/hexo-theme-melody-doc/theme-config.html# auto-excerpt
164
169
auto_excerpt :
165
170
enable : true
166
171
length : 150
@@ -176,8 +181,8 @@ slide:
176
181
mouseWheel : false
177
182
transition : slide
178
183
transitionSpeed : default
179
- parallaxBackgroundImage : ' '
180
- parallaxBackgroundSize : ' '
184
+ parallaxBackgroundImage : " "
185
+ parallaxBackgroundSize : " "
181
186
parallaxBackgroundHorizontal : null
182
187
parallaxBackgroundVertical : null
183
188
@@ -228,11 +233,12 @@ disqus:
228
233
229
234
# valine comment system. https://valine.js.org
230
235
# valine:
231
- # enable: false # if you want use valine,please set this value is ture
236
+ # enable: false # if you want use valine,please set this value is true
232
237
# appId: # leancloud application app id
233
238
# appKey: # leancloud application app key
234
239
# notify: false # valine mail notify (true/false) https://github.com/xCss/Valine/wiki
235
240
# verify: false # valine verify code (true/false)
241
+ # recordip: false # whether record commentor's ip (true/false)
236
242
# pageSize: 10 # comment list page size
237
243
# avatar: mm # gravatar style https://valine.js.org/#/avatar
238
244
# lang: zh-cn # i18n: zh-cn/en
@@ -243,7 +249,7 @@ disqus:
243
249
# ---------------
244
250
since : 2017
245
251
246
- # footer_custom_text:
252
+ # footer_custom_text: put custom text directly or put hitokoto to fetch random texts
247
253
248
254
ICP :
249
255
enable : false
@@ -255,29 +261,34 @@ busuanzi:
255
261
enable : true
256
262
# custom uv span for the whole site
257
263
site_uv : true
258
- site_uv_header : <i class="fas fa-user"></i>
264
+ site_uv_header : <i class="fa fa-user"></i>
259
265
site_uv_footer :
260
266
# custom pv span for the whole site
261
267
site_pv : true
262
- site_pv_header : <i class="fas fa-eye"></i>
268
+ site_pv_header : <i class="fa fa-eye"></i>
263
269
site_pv_footer :
264
270
# custom pv span for one page only
265
271
page_pv : true
266
- page_pv_header : <i class="fas fa-file"></i>
272
+ page_pv_header : <i class="fa fa-file"></i>
267
273
page_pv_footer :
268
274
275
+ # canvas_ribbon
276
+ # See: https://github.com/hustcc/ribbon.js
277
+ canvas_ribbon :
278
+ enable : true
279
+ size : 150
280
+ alpha : 0.6
281
+ zIndex : -1
282
+ click_to_change : false
283
+
269
284
# Sidebar Settings
270
285
# ---------------
271
286
links_title : Links
272
287
links :
273
- sustech-icu : https://sustech.icu
274
- sustech-wtf : https://sustech.wtf
275
- shintaku : https://www.shintaku.xyz
288
+ shintaku : https://www.shintaku.top
276
289
lwrless : https://blog.lwrless.xyz
277
- pluskid : http://freemind.pluskid.org
278
290
hguandl : https://hguandl.com
279
291
scottyi : https://scottyi.club
280
- shiloh : http://shiloh.me
281
292
五島潤 : https://zzw.at
282
293
Asteria : https://prinz-asteria.com
283
294
licia : https://s-cry.com
@@ -286,14 +297,18 @@ links:
286
297
adamyi : https://www.adamyi.com
287
298
田宝 : https://phantomt.github.io
288
299
子健 : http://zijian-zhang.com
300
+ pluskid : http://freemind.pluskid.org
301
+ shiloh : http://shiloh.me
289
302
290
303
# Follow Me Button
291
- # ---------------
292
304
follow :
293
305
enable : true
294
306
url : ' https://github.com/hackroid'
295
307
text : ' Fo我啊:)'
296
308
309
+ # controls the sidebar showing or hidden in different pages
310
+ sidebar_display : all # all/index/post/index-none/post-none/hidden
311
+
297
312
# Ads
298
313
# ---------------
299
314
# Google Adsense
@@ -302,3 +317,29 @@ google_adsense:
302
317
js : //pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
303
318
client : ca-pub-...........
304
319
enable_page_level_ads : true
320
+
321
+ # Google Webmaster tools verification setting
322
+ # See: https://www.google.com/webmasters/
323
+ google_site_verification :
324
+
325
+ # Bing Webmaster tools verification setting
326
+ # See: https://www.bing.com/webmaster/
327
+ bing_site_verification :
328
+
329
+ # Yandex Webmaster tools verification setting
330
+ # See: https://webmaster.yandex.ru/
331
+ # yandex_site_verification:
332
+
333
+ # Baidu Webmaster tools verification setting
334
+ # See: https://ziyuan.baidu.com/site/
335
+ baidu_site_verification :
336
+
337
+ # 360 Webmaster tools verification setting
338
+ # see http://zhanzhang.so.com/
339
+ qihu_site_verification :
340
+
341
+ # avoid baidu transformation
342
+ disable_baidu_transformation : true
343
+
344
+ # 404 Page SubTitle
345
+ 404Text : 页面已经出事儿了,谢谢大家🙏
0 commit comments