-
Notifications
You must be signed in to change notification settings - Fork 36
/
_config.yml
89 lines (81 loc) · 2.23 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
navbar-links:
Archive: /archives
Github: https://github.com/twoyao/beautiful-hexo
About: /about/
avatar: /hexo.png
favicon: /hexo.png
header:
title: "Beautiful Hexo"
motto: Build a beautiful and simple website in minutes
bigimgs:
- src: /bigimgs/01.jpg
desc: beautiful island
- src: /bigimgs/02.jpg
desc: Tropical Fish
- src: /bigimgs/03.jpg
desc: ocean
rss: /atom.xml
googlefonts:
- "Lora:400,700,400italic,700italic"
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
highlight:
enable: true
# or use any highlight.js style
# style_path: "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/default.min.css"
style_path: "/css/highlight.css"
footer:
facebook:
link: # your link e.g. https://...
title: Facebook
icon: fa-facebook
enable: false
weibo:
link: 'http://weibo.com/bisyao?is_all=1'
title: Weibo
icon: fa-weibo
enable: true
github:
link: 'https://github.com/twoyao'
title: GitHub
icon: fa-github
enable: true
rss:
link: '/atom.xml'
title: RSS
icon: fa-rss
enable: true
twitter:
link: 'https://twitter.com/twoyao_'
title: Twitter
icon: fa-twitter
enable: true
mail:
link: 'mailto:[email protected]'
title: Email me
icon: fa-envelope
enable: true
linkin:
link: # your link here e.g. http...
title: LinkedIn
icon: fa-linkedin
enable: false
stackoverflow:
link: # your link here e.g. http...
title: StackOverflow
icon: fa-stack-overflow
enable: false
google_analytics:
comment:
# false, disqus, netease or facebook
enable: netease
# disqus user, netease productKey or facebook appid
id: 64d7f0abf9224be3bfdcc6cfb9b83fcf
# [facebook only] plugin language
lang: en_US
# [facebook only] number of posts per load
numposts: 10
# IMPORTANT NOTE [Facebook Plugin]:
# If you are using Facebook Social Plugin and it's not working,
# please go to this URL https://developers.facebook.com/tools/debug/og/object/
# copy the link of your post there and press the button "Fetch new scrape information".
# In that way, you are going to update your post metatags Facebook Open Graph information.