-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
373 lines (277 loc) · 8.3 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# hexo-theme-lotus
# layout
# page
# index:
# cover:
# aside:
# archives:
# cover:
# aside:
# tags:
# cover:
# aside:
# categories:
# cover:
# aside:
# Theme color for customize
# Notice: color value must in double quotes like "#000" or may cause error!
# ---------------
# theme_color:
# enable: true
# main: "#7A7FF1"
# paginator: "#7A7FF1"
# button_hover: "#FF7242"
# text_selection: "#69c46d"
# link_color: "#858585"
# hr_color: "#A4D8FA"
# read-mode-bg_color: '#FAF9DE'
# Main menu navigation
# format: xxx: /xxx/||icon
# ---------------
menu:
Home: /||fas fa-home
Archives: /archives/||fas fa-archive
Tags: /tags/||fas fa-tags
Categories: /categories/||fas fa-folder-open
Touhou: /touhou/||fas fa-yin-yang fa-spin
# Link: /link/||fa fa-link
# About: /about/||fa fa-heart
# #XXX: /xxx
# Favicon
# ---------------
favicon: /favicon.ico
date: 7/28/2019
# PWA
# See https://github.com/JLHwung/hexo-offline
# ---------------
# pwa:
# enable: true
# manifest: /img/pwa/manifest.json
# theme_color: "#fff"
# apple_touch_icon: /img/pwa/apple-touch-icon.png
# favicon_32_32: /img/pwa/32.png
# favicon_16_16: /img/pwa/16.png
# mask_icon: /img/pwa/safari-pinned-tab.svg
# shortcut_icon: /img/favicon.ico
# Highlight theme
# ---------------
highlight_theme: mac light
highlight_copy: true
highlight_shrink: true
code_word_wrap: false
# Nav settings
# formal:
# icon: link
# ---------------
social:
fab fa-twitter: https://twitter.com/AkiJoey
fab fa-steam: https://steamcommunity.com/id/AkiJoey
fab fa-github: https://github.com/AkiJoey
fas fa-rss: /atom.xml
# Algolia search
# ---------------
algolia_search:
enable: false
hits:
per_page: 6
labels:
input_placeholder: Search for Posts
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result
hits_stats: "${hits} results found in ${time} ms"
# Local search
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#本地搜索
# ---------------
local_search:
enable: false
labels:
input_placeholder: Search for Posts
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result
# MathJax
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#MathJax
# ---------------
mathjax:
enable: false
cdn: https://cdn.jsdelivr.net/npm/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# KaTeX
# ---------------
katex:
enable: false
cdn:
css: https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css
hide_scrollbar: true
# Analysis
# ---------------
# baidu_analytics:
#Google Analytics
google_analytics:
# styles (loaded in the end of the head)
styles:
local:
- /styles/main.css
remote:
- https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css # fontawesome
- https://fonts.googleapis.com/css?family=Titillium+Web # googlefont
- https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.css # fancybox
# scripts (loaded in the end of the body)
scripts:
local:
- /scripts/main.js
remote:
- https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js # jquery
- https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.js # fancybox
- https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js # js-cookies
- https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js # lozy
- https://cdn.jsdelivr.net/gh/diygod/diygod.me@latest/themes/sagiri/src/cursor-effects.js # click
# Post info settings
# ---------------
# avatar: /img/avatar.png
avatar: /img/avatar.png
# the banner image of index
# if the banner of another page not setting,it will show the top_img
top_img: /img/top_img.jpg
#the banner image of post
# if the post not set the post cover and post top image, it will show it
post_img: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/Photo/post.png
# the default cover of the post
default_cover: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/cover/default_bg.png
# the banner image of archive page
archive_img: https://cdn.jsdelivr.net/gh/jerryc127/CDN@latest/Photo/archive.jpg
# if the photo link cannot connect,it will show that
lodding_bg:
flink: /img/friend_404.gif
post_page: /img/404.jpg
post:
meta:
post_meta:
date_type: both # or created or updated 文章日期是创建日或者更新日或都显示
categories: true # or false 是否显示分类
tags: true # or false 是否显示标签
# Please see doc for more details: https://jerryc.me/posts/21cfbf15/#字数统计
wordcount:
enable: true
toc:
enable: true
number: false
# auto open the sidebar in 'post'
auto_open_sidebar:
enable: false
post_copyright:
enable: true
license: CC BY-NC-SA 4.0
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
auto_excerpt:
enable: true
length: 150
# Share System
# ---------------
sharejs:
enable: true
sites: facebook,twitter,wechat,weibo,qq
# Comments System
# ---------------
gitalk:
enable: true
client_id: a36f6f4ee43cbac6cd85
client_secret: 44410c83e1a76e86ba4712d73b3d97e7b55ae533
repo: akiJoey.github.io
owner: AkiJoey
admin: AkiJoey
#### Using this js for redirect to gitalk container after login
#### See https://github.com/gitalk/gitalk/issues/125
# js: https://cdn.jsdelivr.net/gh/upupming/gitalk@36368e5dffd049e956cdbbd751ff96c28d8255cf/dist/gitalk.min.js
# Footer Settings
# ---------------
since: 2018
ICP:
enable: false
url:
text:
# busuanzi count for PV / UV in site
busuanzi:
site_uv: true
site_pv: true
page_pv: true
# Google Webmaster tools verification setting
# See: https://www.google.com/webmasters/
google_site_verification:
# Bing Webmaster tools verification setting
# See: https://www.bing.com/webmaster/
bing_site_verification:
# Baidu Webmaster tools verification setting
# See: https://ziyuan.baidu.com/site/
baidu_site_verification:
# 360 Webmaster tools verification setting
# see http://zhanzhang.so.com/
qihu_site_verification:
nightshift:
enable: true
activate_power_mode:
enable: false
notice: Welcome to my blog :)
reward:
enable: false
QR_code:
- itemlist:
img: /img/wechat.jpg
text: WeChat
- itemlist:
img: /img/alipay.jpg
text: Alipay
related_post:
enable: false
limit: 6 # 顯示推薦文章數目
# canvas_ribbon
# See: https://github.com/hustcc/ribbon.js
canvas_ribbon:
enable: false
size: 150
alpha: 0.6
zIndex: -1
click_to_change: false
canvas_ribbon_piao:
enable: true
# 避免重複網址分散seo
canonical: true
# 禁止百度轉碼
disable_baidu_transformation: true
twitter_meta: true
Open_Graph_meta: true
#閲讀模式
readmode:
enable: true
font:
enable: false
font-family: Lato, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB,"Microsoft JhengHei", "MicrMicrosoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif
code-font: consolas, Menlo, "PingFang SC", "Microsoft JhengHei","Microsoft YaHei", monospace, Helvetica Neue For Number
#水平分隔綫
hr:
enable: true
#fontawesome上圖標的Unicode
icon: '\f21c'
icon-top: -20px
# 主頁subtitle
subtitle:
enable: true
sub1: OUT OF THE LIGHT
sub2: INTO THE SHADOWS
## chinese traditional to Simplified
translate:
enable: true
# 默認按鈕顯示文字
default: 繁
#网站默认语言,1: 繁體中文, 2: 简体中文
defaultEncoding: 2
#延迟时间,若不在前, 要设定延迟翻译时间, 如100表示100ms,默认为0
translateDelay: 0
#博客网址
cookieDomain: "https://akijoey.com"
#當文字是簡體時,按鈕顯示的文字
msgToTraditionalChinese: "繁"
#當文字是繁體時,按鈕顯示的文字
msgToSimplifiedChinese: "簡"
# 鼠標點擊效果
fireworks:
enable: false
#百度推送
baidu_push:
enable: false