-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.Springing.yml
More file actions
886 lines (739 loc) · 23 KB
/
_config.Springing.yml
File metadata and controls
886 lines (739 loc) · 23 KB
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
#基础配置
favicon: /img/favicon.webp #网站的图标
anchor: false #锚点.动态url变化,不建议开启,不利于搜索引擎收录,以及评论
archive_img: #归档界面的头图 (css文件覆盖头图了,填写此项没用)
tag_img: #标签界面的头图 (css文件覆盖头图了,填写此项没用)
highlight_theme: mac #文章代码块设置,几种主题 darker / pale night / light / ocean / mac / mac light / false
highlight_copy: true #代码复制功能
highlight_lang: true #显示代码语言
highlight_shrink: false #代码框不展开
highlight_height_limit: false #高度设置,单位为多少px
code_word_wrap: false
photofigcaption: false #图片描述文字
flink_style: flexcard # 友联样式 这里提供三种主题butterfly | volantis | flexcard
#导航目录模块
menu:
博客: /
文库||:
文章归档: /archives/ || iconfont icon-guidangrenwu
查找标签: /tags/ || iconfont icon-biaoqian
文章分类: /categories/ || iconfont icon-fenlei
知识库: /knowledge/ || fas fa-book-open
本站||:
关于博主: /about/ || iconfont icon-guanyu
留言信箱: /comments/ || iconfont icon-liuyanban-05
友情链接: /link/ || iconfont icon-lianjie
#是否允许复制
copy:
enable: true
copyright: #复制的内容是否加版权信息
enable: false
limit_count: 50
#个人简介下方的社交图标配置
social:
iconfont icon-weixin1: weixin://contacts/profile/happyking_top || 我的微信
iconfont icon-youjian: mailto:2638526782@qq.com || 邮件
iconfont icon-zhihu-square-fill: https://www.zhihu.com/people/gui-hua-ju-zhu || 我的知乎首页
iconfont icon-icon_bilibili-square: https://space.bilibili.com/433911318?spm_id_from=333.337.0.0 || 我的bilibili主页
iconfont icon-QQ1: http://wpa.qq.com/msgrd?v=3&uin=2638526782&site=qq&menu=yes || 我的QQ
iconfont icon-netease-fill-square: https://music.163.com/#/user/home?id=2052321878 ||我的网易云音乐
#基于algolia的搜索模块
algolia_search:
enable: false
hits:
per_page: 6
#本地搜索(和gulp压缩冲突,不开启)
local_search:
enable: true
search:
path: search.xml #这些是本地搜索配置用的,本地搜索需要安装插件哈
field: post
content: true
template: ./search.xml
#mathiax数学公式
mathjax:
enable: true
per_page: true
#KaTeX数学公式
katex:
enable: true
per_page: false
hide_scrollbar: true
#个人头像
avatar:
img: /img/avatar.webp
effect: false #头像转动
#头图取消显示
disable_top_img: false
#主页封面
index_img:
#当未在md文件表头配置时,显示以下图片
default_top_img:
# The banner image of tag page
# format:
# - tag name: xxxxx
tag_per_img: #/img/tagpage.jpg
# If the banner of category page not setting, it will show the top_img
# note: category page, not categories page (子分類頁面的 top_img)
category_img:
# The banner image of category page
# format:
# - category name: xxxxx
category_per_img:
cover:
#是否显示文章封面
index_enable: true
aside_enable: true
archives_enable: true
position: left #文章封面显示的位置 both,right,left
#没设置封面时,默认给文章加入以下封面
default_cover:
- https://bu.dusays.com/2023/07/14/64b145f64a0df.webp
- https://bu.dusays.com/2023/07/14/64b146156760b.webp
#替换无法显示的图片
error_img:
flink: ./img/64b14669d264f.webp
post_page: ./img/64b14669d264f.webp
#404页面
error_404:
enable: true
subtitle: '抱歉,这个页面或者文件可能无法访问' #自定义内容
background: ./img/64b14669d264f.webp
post_meta:
page: #主页配置
date_type: created #主页文章日期是创建日或者更新日或都显示
date_format: date # date/relative 顯示日期還是相對日期
categories: true #是否显示分类
tags: true # true or false 主頁是否顯示標籤
label: false #是否显示描述性文字
post:
date_type: both # created or updated or both 文章頁日期是創建日或者更新日或都顯示
date_format: date # date/relative 顯示日期還是相對日期
categories: true #显示分类
tags: true #显示标签
label: false #显示描述性文字
#字数统计(装了插件也报错,不知道为什么)
wordcount:
enable: false
post_wordcount: true
min2read: true
total_wordcount: true
# 主页的文章描述配置
# 1: description
# 2: both (if the description exists, it will show description, or show the auto_excerpt)
# 3: auto_excerpt (default)
# false: do not show the article introduction
index_post_content:
method: 1
length: 333 #节选文章的前333个字
#文章目录
toc:
post: true
page: false
number: false
expand: false
style_simple: false # for post
#文章转载协议
post_copyright:
enable: true
decode: true
license: CC BY-NC-SA 4.0
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
#打赏
reward:
enable: false
coinAudio: /fonts/coin.mp3
QR_code:
- img: ./img/64b14639c17ce.webp
link:
text: 微信
#文章在线编辑(好像没用,不用开启)
post_edit:
enable: false
# url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/
# For example: https://github.com/jerryc127/butterfly.js.org/edit/main/source/
url:
# Related Articles
related_post:
enable: true
limit: 6 # Number of posts displayed
date_type: created # or created or updated 文章日期顯示創建日或者更新日
# post_pagination (分頁)
# value: 1 || 2 || false
# 1: The 'next post' will link to old post
# 2: The 'next post' will link to new post
# false: disable pagination
post_pagination: 1
#太久的文章提示
noticeOutdate:
enable: true
style: flat # 样式:simple/flat
limit_day: 200 #多少天
position: top #显示的位置:top/bottom
message_prev: 已经有
message_next: 天没有更新了,其中的部分内容可能已经过时
# AddThis
# https://www.addthis.com/
addThis:
enable: false
pubid:
#分享js模块
sharejs:
enable: true
sites: wechat,qq
# AddToAny
# https://www.addtoany.com/
addtoany:
enable: false
item: facebook,twitter,wechat,sina_weibo,facebook_messenger,email,copy_link
#评论系统
comments:
use: Twikoo #可以选择双评论系统(最多填写两个)
text: true # Display the comment name next to the button
# lazyload: The comment system will be load when comment element enters the browser's viewport.
lazyload: true # 懒加载,开启后评论统计就不要打开了,因为你懒加载是不读取评论的
count: false # Display comment count in post's top_img
card_post_count: false #在主页的文章概览中展示评论数
# disqus评论系统
disqus:
shortname:
apikey: # For newest comments widget
# DisqusJS评论系统
disqusjs:
shortname:
apikey:
option:
#來必力评论系统
livere:
uid: MTAyMC81NTg0Ny8zMjMxMQ==
# gitalk评论系统
gitalk:
client_id:
client_secret:
repo:
owner:
admin:
option:
# valine评论系统
valine:
appId: e8v471L9oWlr5qxqERDQyBy0-gzGzoHsz #
appKey: OJvORHAbj8YC7NnUEfDde5i7 # 妈的
avatar: monsterid # gravatar style https://valine.js.org/#/avatar
serverURLs: #好像是国际版才有的东西
bg: #这里可以设置评论背景
visitor: false
option:
# waline评论系统
waline:
serverURL: # Waline server address url
bg: # waline background
visitor: false
option:
# utterances
# https://utteranc.es/
utterances:
repo:
# Issue Mapping: pathname/url/title/og:title
issue_term: pathname
# Theme: github-light/github-dark/github-dark-orange/icy-dark/dark-blue/photon-dark
light_theme: github-light
dark_theme: photon-dark
# Facebook Comments Plugin
facebook_comments:
app_id:
user_id: # optional
pageSize: 10 # The number of comments to show
order_by: social # social/time/reverse_time
lang: en_US # Language en_US/zh_CN/zh_TW and so on
# Twikoo
twikoo:
envId: https://twikoo.happyking.top/
region:
visitor: true
option:
# Giscus
# https://giscus.app/
giscus:
repo:
repo_id:
category_id:
theme:
light: light
dark: dark
option:
# 在线聊天系统
# --------------------------------------
# Chat Button [recommend]
# It will create a button in the bottom right corner of website, and hide the origin button
chat_btn: false
# The origin chat button is displayed when scrolling up, and the button is hidden when scrolling down
chat_hide_show: false
# chatra
# https://chatra.io/
chatra:
enable: false
id:
# tidio(在线聊天系统)
tidio:
enable: false
public_key:
# daovoice(在线聊天系统2)
daovoice:
enable: false
app_id:
# gitter
# https://gitter.im/
gitter:
enable: false
room:
# crisp
# https://crisp.chat/en/
crisp:
enable: false
website_id:
#脚页设置,在footer.pug修改就行了
footer:
owner:
enable: false
since: 2022
custom_text: #这里不用填写了,在footer.pug修改就行了
copyright: false #显示基于hexo…………
# Baidu统计
baidu_analytics:
#谷歌统计分析
google_analytics:
# CNZZ统计分析
cnzz_analytics:
# Cloudflare统计分析
cloudflare_analytics:
# Microsoft Clarity统计分析
microsoft_clarity:
#谷歌广告
google_adsense:
enable: false
auto_ads: true
js: https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
client:
enable_page_level_ads: true
# Insert ads manually (手動插入廣告)
# ad:
# index:
# aside:
# post:
#站点验证部分(提交到搜索引擎)
#site_verification:
#- name: google-site-verification
# content:
#- name: baidu-site-verification
# content:
# 主题色
theme_color:
enable: true
main: "#4375ff" # 粉红色
paginator: "#4375ff" # 分页器
button_hover: "#FF7242" # 按钮悬停
text_selection: "#4375ff" # 文本选择
link_color: "#99a9bf"
meta_color: "#858585"
hr_color: "#A4D8FA"
code_foreground: "#F47466" # 代码前景
code_background: "rgba(27, 31, 35, .05)" # 代码背景
toc_color: "#4375ff" # TOC目录颜色
blockquote_padding_color: "#4375ff" # 块引用填充颜色
blockquote_background_color: "#4375ff" # 块引用背景颜色
#主页大标题距离顶部高度
index_site_info_top:
#主页背景高度
index_top_img_height:
# The user interface setting of category and tag page (category和tag頁的UI設置)
# index - same as Homepage UI (index 值代表 UI將與首頁的UI一樣)
# default - same as archives UI 默認跟archives頁面UI一樣
category_ui: # 留空或 index
tag_ui: # 留空或 index
#网站背景,可以设置图片或者颜色(其实没有用,css覆盖了)
background: url(https://bu.dusays.com/2023/07/14/64b1469b71e1a.webp)
#脚页的背景是否开启(现在也废了,footer自己写了)
footer_bg: false
#右下角按钮的高度
rightside-bottom:
#开启网页进入效果
enter_transitions: true
#背景特效
#靜止彩带背景
canvas_ribbon:
enable: false
size: 150
alpha: 0.6
zIndex: -1
click_to_change: false
mobile: false
#动态背景彩带
canvas_fluttering_ribbon:
enable: false
mobile: false
# 背景粒子插件
# https://github.com/hustcc/canvas-nest.js
canvas_nest:
enable: false
color: '0,0,255' #color of lines, default: '0,0,0'; RGB values: (R,G,B).(note: use ',' to separate.)
opacity: 0.7 # the opacity of line (0~1), default: 0.5.
zIndex: -1 # z-index property of the background, default: -1.
count: 99 # the number of lines, default: 99.
mobile: false
#打字效果(键盘打字的效果效果)
activate_power_mode:
enable: true
colorful: true #冒光特效
shake: false #抖动特效
mobile: false #手机端是否开启
#鼠标点击效果(火焰)
fireworks:
enable: false
zIndex: 9999 # -1 or 9999
mobile: false #手机端是否开启
#鼠标点击效果:爱心
click_heart:
enable: false
mobile: false
#鼠标点击出现文字效果
ClickShowText:
enable: false
text:
- 欢乐小王
- happyking
- 欢迎光临
- 曹抽抽
fontSize: 20px
random: true
mobile: false
#进入网站的默认显示模式
display_mode: light #light或者dark
# 美化页面显示
beautify:
enable: true
field: post # site表示只在文章页生效/post表示在全站生效
title-prefix-icon: '\f0c1'
title-prefix-icon-color: "#F47466"
#网站字体设置
font:
global-font-size:
code-font-size:
font-family:
code-font-family:
# 网站名字字体配置
blog_title_font:
font_link:
font-family:
#水平分割线(就是默认的那个剪刀)
hr_icon:
enable: true
icon: #可以用阿里巴巴矢量图标库
icon-top:
#主页副标题设置
subtitle:
enable: true
effect: true #打字效果是否开启
loop: true #是否循环打字
# source 調用第三方服務
# source: false 關閉調用
# source: 1 調用一言網的一句話(簡體) https://hitokoto.cn/
# source: 2 調用一句網(簡體) http://yijuzhan.com/
# source: 3 調用今日詩詞(簡體) https://www.jinrishici.com/
# subtitle 會先顯示 source , 再顯示 sub 的內容
source: 1
# 如果關閉打字效果,subtitle 只會顯示 sub 的第一行文字
sub:
- 聚散無常,別來無恙.
- Gathering and dispersing are impermanent. I'll be all right.
#加载动画
preloader: true
#侧边栏
aside:
enable: true
hide: false
button: true
mobile: false #手机是否显示
position: right #位置
card_author: #作者介绍卡片
enable: true
description: 聚散無常,别来无恙.
button:
enable: false
icon: iconfont icon-github
text: 我的Github
link: https://github.com/lispringing
card_announcement: #公告栏
enable: true
content: <p>本站会默认缓存css,js以及部分页面文件用于优化访问速度,请悉知,如果遇到问题可以尝试Ctrl+F5进行缓存强制刷新</p><p>右键菜单中>主题切换选项可以切换主题,按Ctrl+右键可以打开原生菜单</p>
card_recent_post: #最近文章更新
enable: true
limit: 3 #显示多少个(设置为0显示全部)
sort: date #是依据日期还是更新日期 date or updated
sort_order: #不知道的就别瞎写
card_categories: #文章分类
enable: false
limit: 6 # if set 0 will show all
expand: none # none/true/false
sort_order: #不知道的就别瞎写
card_tags:
enable: true
limit: 15 # if set 0 will show all
color: true
sort_order: #不知道的就别瞎写
card_archives: #时光机
enable: false
type: monthly # yearly or monthly
format: MMMM YYYY # eg: YYYY年MM月
order: -1 # Sort of order. 1, asc for ascending; -1, desc for descending
limit: 3 # if set 0 will show all
sort_order: #不知道的就别瞎写
card_webinfo: #网站信息
enable: true
post_count: true
last_push_date: true
sort_order: #不知道的就别瞎写
#访问人数(现在用的杜老师的)
busuanzi:
site_uv: true
site_pv: true
page_pv: true
#网站运行时间
runtimeshow:
enable: true
publish_date: 2022/3/15
#最新评论
newest_comments:
enable: true
sort_order: #不知道的就别瞎写
limit: 3
storage: 10 # unit: mins, save data to localStorage
avatar: true
#翻译模块(没写语言配置文件就别打开)
translate:
enable: true
default: 繁
defaultEncoding: 2
translateDelay: 0
msgToTraditionalChinese: '繁'
msgToSimplifiedChinese: '簡'
#右下角按钮阅读模式
readmode: true
#明暗自动切换
darkmode:
enable: true
# Toggle Button to switch dark/light mode
button: true
# Switch dark/light mode automatically (自動切換 dark mode和 light mode)
# autoChangeMode: 1 Following System Settings, if the system doesn't support dark mode, it will switch dark mode between 6 pm to 6 am
# autoChangeMode: 2 下午6点到上午6点设置为黑暗模式
# autoChangeMode: false
autoChangeMode: 1
# Don't modify the following settings unless you know how they work (非必要請不要修改 )
# Choose: readmode,translate,darkmode,hideAside,toc,chat,comment
# Don't repeat 不要重複
rightside_item_order:
enable: false
hide: # readmode,translate,darkmode,hideAside
show: # toc,chat,comment
# 图片放大查看模式(下面这两个二选一)
medium_zoom: false #这个打开了,会导致导航栏的显示名称的js废掉
fancybox: false #这个跟pjax无刷冲突了,压根没法用
# mermaid
mermaid:
enable: false
# built-in themes: default/forest/dark/neutral
theme:
light: default
dark: dark
# Note (Bootstrap Callout)
note:
# Note tag style values:
# - simple bs-callout old alert style. Default.
# - modern bs-callout new (v2-v3) alert style.
# - flat flat callout style with background, like on Mozilla or StackOverflow.
# - disabled disable all CSS styles import of note tag.
style: flat
icons: true
border_radius: 3
# Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6).
# Offset also applied to label tag variables. This option can work with disabled note tag.
light_bg_offset: 0
# Pjax(这个是好东西)
pjax:
enable: true
exclude:
# - xxxx
# 引入aplayer的css和js文件(不要开启,不兼容sw)
aplayerInject:
enable: false
per_page: true
#提示弹窗
snackbar:
enable: true
position: bottom-center #弹窗位置 top-left / top-center / top-right / bottom-left / bottom-center / bottom-right
bg_light: '#' # The background color of Toast Notification in light mode
bg_dark: '#' # The background color of Toast Notification in dark mode
#预加载
instantpage: false
#盘古模块,
pangu:
enable: false
field: site # site/post
#图片懒加载
lazyload:
enable: false
field: site # site/post
placeholder:
blur: false
# PWA
pwa:
enable: true
manifest: /manifest.json
theme_color: '#FF3842'
apple_touch_icon: /img/siteicon/apple-touch-icon.webp
favicon_32_32: /img/siteicon/favicon-32x32.webp
favicon_16_16: /img/siteicon/favicon-16x16.webp
mask_icon: /img/siteicon/safari-pinned-tab.svg
# Open graph meta tags
# https://developers.facebook.com/docs/sharing/webmasters/
Open_Graph_meta: true
# Add the vendor prefixes to ensure compatibility
css_prefix: true
#自定义css,js配置区域
inject:
head:
- <script data-pjax async src="/js/ie.js"></script> #老旧浏览器提示,浏览器判断
- <script data-pace-options='{ "restartOnRequestAfter":false,"eventLag":false}' src="https://blog.springing.top/js/main/pace/pace.min.js"></script> #pjax优化
- <link rel="stylesheet" type="text/css" href="/css/font.css" > #字体等前置组件载入
- <link rel="stylesheet" type="text/css" tag="theme" href="/css/happyking/cao.css"> #主题的css
- <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" media="print" onload="this.media='all'"> #swiper.css引入
- <link rel="stylesheet" type="text/css" href="/css/common.css" > #自定义引入css
- <link rel="stylesheet" media="defer" onload="this.media='all'" href="//at.alicdn.com/t/c/font_3294602_gip1xjnhg6.css"> #阿里巴巴图标库
- <link rel="stylesheet" type="text/css" media="defer" onload="this.media='all'" href="/css/categories.css"> #文章分类页面美化
bottom:
#- <script data-pjax src="/js/main/pace/pace.min.js" defer ></script> #pace加载条
- <script src="/js/jq.js"></script> #JQ库
- <script data-pjax defer async src="/js/custom.js" ></script> #自定义js
- <script defer src="/js/rightmenu.js"></script> #右键菜单
- <script async src="/random/random.js"></script> #随机文章
- <script data-pjax async src="/js/background.js"></script> #背景随机切换
- <div id="fps"></div> #挂载帧率检测
- <script src="/js/fps.js"></script> #帧率检测的js
- <script async src="/js/icon.js"></script> #网站十二生肖
#- <script charset="UTF-8" id="LA_COLLECT" src="/js/51la.js"></script> #51la统计代码
#- <script>LA.init({id:"Kmibt4mWCdLT4ICb",ck:"Kmibt4mWCdLT4ICb"})</script> #51la统计密钥
# CDN
CDN:
# main
main_css:
main:
utils:
# 打赏按钮投币效果
coin_js: /js/coin.js
coin_css: /css/coin.css
# pjax
pjax:
# comments
gitalk:
gitalk_css:
blueimp_md5:
valine:
disqusjs:
disqusjs_css:
utterances:
twikoo: https://cdn1.tianli0.top/npm/twikoo@1.6.32/dist/twikoo.all.min.js #前端版本
waline:
giscus:
# share
addtoany:
sharejs:
sharejs_css:
# search
local_search:
algolia_js:
algolia_search_v4:
instantsearch_v4:
# math
mathjax:
katex:
katex_copytex:
katex_copytex_css:
mermaid:
# count
busuanzi:
# background effect
canvas_ribbon:
canvas_fluttering_ribbon:
canvas_nest:
lazyload:
instantpage:
typed:
pangu:
# photo
fancybox_css_v4:
fancybox_v4:
medium_zoom:
# snackbar
snackbar_css:
snackbar:
# effect
activate_power_mode:
fireworks:
click_heart:
ClickShowText:
# fontawesome
fontawesomeV6:
# Conversion between Traditional and Simplified Chinese
translate:
# flickr-justified-gallery
flickr_justified_gallery_js:
flickr_justified_gallery_css:
# aplayer
aplayer_css:
aplayer_js:
meting_js:
# Prism.js
prismjs_js:
prismjs_lineNumber_js:
prismjs_autoloader:
#文末银行卡片
businesscard:
enable: false #总开关
QR_code: https://blog.springing.top/img/avatar.webp #加群二维码
master: 欢乐小王 #群主ID
group: 2638526782 #QQ群号
created: HappyKing #建群时间
front: 欢迎大家加我好友! #卡面正面描述语
back1: 本站域名 #背面从上到下四行文字内容自定义
back2: <a href="https://blog.happyking.top/">https://blog.happyking.top/</a>
back3: 本网站由腾讯云提供cdn加速
back4: 大家有不明白的地方可以加我的QQ(见正面)
# _ooOoo_
# o8888888o
# 88" . "88
# (| -_- |)
# O\ = /O
# ____/`---'\____
# .' \\| |// `.
# / \\||| : |||// \
# / _||||| -:- |||||- \
# | | \\\ - /// | |
# | \_| ''\---/'' | |
# \ .-\__ `-` ___/-. /
# ___`. .' /--.--\ `. . __
# ."" '< `.___\_<|>_/___.' >'"".
# | | : `- \`.;`\ _ /`;.`/ - ` : | |
# \ \ `-. \_ __\ /__ _/ .-` / /
# ======`-.____`-.___\_____/___.-`____.-'======
# `=---='
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# 佛祖保佑 永无BUG
# 佛曰:
# 写字楼里写字间,写字间里程序员;
# 程序人员写程序,又拿程序换酒钱。
# 酒醒只在网上坐,酒醉还来网下眠;
# 酒醉酒醒日复日,网上网下年复年。
# 但愿老死电脑间,不愿鞠躬老板前;
# 奔驰宝马贵者趣,公交自行程序员。
# 别人笑我忒疯癫,我笑自己命太贱;
# 不见满街漂亮妹,哪个归得程序员?