-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
69 lines (56 loc) · 1.38 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
# html lang
language: en
# main menu navigation
menu:
关于我: /about
存档: /archives
# 标签: /tags
# cdn
cdn:
css:
fontawesome: https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
js:
jquery: https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js
anime: https://cdn.jsdelivr.net/npm/animejs@latest/lib/anime.min.js
velocity: https://cdn.jsdelivr.net/npm/velocity-animate@latest/velocity.min.js
velocity-ui: https://cdn.jsdelivr.net/npm/velocity-ui-pack@latest/velocity.ui.min.js
fancybox: https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.js
# stylesheets loaded in the <head>
stylesheets:
- /css/index.css
# scripts loaded in the end of the body
scripts:
- /js/utils.js
- /js/transition.js
- /js/fancybox.js
- /js/menu.js
- /js/sidebar.js
- /js/scroll.js
# SNS
social:
envelope-o: yinhongwei96@126.com
github: https://github.com/Yin-Hongwei
weibo: https://weibo.com/u/6746100432?topnav=1&wvr=6&topsug=1
# Site
avatar: /img/avatar.jpg
avatar_icon: /img/favicon.ico
# sidebar
sidebar:
catalog: 大纲
display: index # all/index/post/index-none/post-none/hidden
toc:
enable: true
footer:
startTime: 2018
# reward:
# enable: false
# alipay: /img/weixin.jpg
# gitalk
# gitalk:
# enable: false
# id: ''
# owner: ''
# admin: ''
# repo: ''
# client_id: ''
# client_secret: ''