-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (74 loc) · 1.72 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
# Site settings
title: 摄氏零度
email:
author: "Jim Yuan"
description: "This is Jim's Blog. We talk about Front-end, Lego, Photo-graph"
baseurl: /blog
url: "http://jimyuan.github.io/blog"
date_format: "%b %-d, %Y"
excerpt_separator: <!--more-->
touch_icons: [57, 72, 76, 114, 144, 152, 180]
exclude: ["node_modules", "gulpfile.js", "package.json", "README.md", "LICENSE.txt"]
# RSS
show_rss:
# Google services
google_analytics:
google_verification:
# Baidu tongji
# baidu_tongji: "754e4c909194173b0646898b26d1acbd"
baidu_tongji:
# Optional features
animated: true
show_related_posts: false
show_post_footers: true
show_social_icons: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname:
# Social icons
github_username:
bitbucket_username:
stackoverflow_id:
twitter_username:
google_plus_id:
linkedin_username:
angellist_username:
medium_id:
bitcoin_url:
paypal_url:
flattr_button:
# Post sharing icons
show_sharing_icons: false
share_text: 'Share this post!'
# Change to 'true' to enable individual icons
share_facebook: false
share_twitter: false
share_googleplus: false
share_linkedin: false
share_digg: false
share_tumblr: false
share_reddit: false
share_stumbleupon: false
share_hackernews: false
# Build settings
plugins: [jekyll-paginate]
paginate: 10
markdown: kramdown
sass:
compressed: true
# Site icons
icon:
# 指示
hand: <i class="fa fa-hand-o-up"></i>
# 地点
mark: <i class="fa fa-map-marker"></i>
# 链接
link: <i class="fa fa-external-link"></i>
# 住宿
stay: <i class="fa fa-bed"></i>
# 餐厅
food: <i class="fa fa-cutlery"></i>
# 提示
tips: <i class="fa fa-lightbulb-o"></i>
# 景点
spot: <i class="fa fa-camera"></i>