-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
54 lines (44 loc) · 1.22 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
# favicon
favicon: /img/favicon.ico
# rss
rss: /atom.xml
# main menu navigation
menu:
Home: / || Home
About: /about/ || About
Archives: /archives/ || Archives
Tags: /tags/ || Tags
bio:
I just want something simpler...
page_404:
enable: true
subtitle: 'Oops! Page not found.'
comments:
enable: true
type: waline # waline | valine
button: true
#Waline https://waline.js.org
waline:
serverURL: # your waline serverURLs
avatarCDN: # default is https://sdn.geekzu.org/avatar/
avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image
placeholder: 'Let me know what you think!'
valine:
appid: # leancloud application app id
appkey: # leancloud application app key
notify: false # mail notifier , https://github.com/xCss/Valine/wiki
verify: false # Verification code
placeholder: Just go go # comment box placeholder
avatar: mm # gravatar style
guest_info: nick,mail,link # custom comment header
pageSize: 10 # pagination size
recordIP: false # record IP
serverURLs: # your serverURLs
emojiCDN: # emoji CDN
enableQQ: true
# stylesheets loaded in the <head>
stylesheets:
- /css/main.css
# scripts loaded in the end of the body
scripts:
- /js/main.js