-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
152 lines (136 loc) · 3.96 KB
/
_config.yml
File metadata and controls
152 lines (136 loc) · 3.96 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
markdown: kramdown
highlighter: rouge
encoding: utf-8
title: HJKing
description: "Personal website for HJKing, an ASIC engineer in Wuhan, China."
url: http://hjking.github.io
# permalink: /blog/:year/:month/:day/:title
permalink: /blog/:year/:month/:day/:title.html
author:
name: HJKing
username: hjking
email: hon9jin@gmail.com
github: hjking
twitter: HJKIN9
facebook: kin9hom
linkedin: hjking
gravatar: http://www.gravatar.com/avatar/f5f95a698d284cdb1acece79504077db.png
paginate: 7
blog:
cover: true
comments:
provider: livere
disqus:
short_name: hjking
uyan:
analytics:
provider: google
google:
tracking_id: 'UA-6627086-2'
domain: 'hjking.github.io'
baidu:
site_id :
about_path: /pages/about.html
tags_path: /pages/tags.html
categories_path: /pages/categories.html
archive_path: /pages/all_archives.html
wiki_path: /pages/wiki.html
category: category
links:
github: https://github.com/hjking
bitbucket: https://www.bitbucket.org/kinghom
blog: http://hjking.github.io
blog_repo: https://github.com/hjking/hjking.github.com
blog_zip: https://github.com/hjking/hjking.github.com/archive/master.zip
feedback: https://github.com/hjking/hjking.github.com/issues/new
bootstrap: http://getbootstrap.com
jekyll: http://jekyllrb.com
github_pages: https://pages.github.com
# Settings for sharing
# Sharing is for things like tweet, plusone, hn upvotes, like, linkedin
# Add a tweet button => provider : tweet
# Add a like button => provider : like (you also need a facebook appid)
# Add a plus one button => provider : plusone
# Add a HN button => provider : hn
# Add them all (i.e. hn + tweet + plusone + like) => provider : all
# Set 'provider' to the sharing provider you want to use.
# Set 'provider' to false to turn sharing off globally.
#
sharing :
provider : jiathis
twitter :
size :
via :
count :
facebook :
appid : 123
layout : button_count
font :
faces : false
width : 90
googleplus :
size : medium
width :
annotation : bubble
linkedin :
counter : right
jiathis:
user_id : 1887218
baidu:
sociallink:
- title: LinkedIn
href: http://www.linkedin.com/in/hjking
class: fa fa-linkedin-square
- title: GitHub
href: https://github.com/hjking
class: fa fa-github-square
- title: Bitbucket
href: https://www.bitbucket.org/kinghom
class: fa fa-bitbucket-square
- title: Stack Overflow
href: http://stackoverflow.com/users/1605724/hjking
class: fa fa-stack-overflow
- title: Facebook
href: https://www.facebook.com/kin9hom
class: fa fa-facebook-square
- title: Twitter
href: https://twitter.com/hon9jin
class: fa fa-twitter-square
- title: Google+
href: https://plus.google.com/103205960311343871154/posts
class: fa fa-google-plus-square
- title: Instagram
href: http://instagram.com/kinghom
class: fa fa-instagram
- title: Flickr
href: http://www.flickr.com/photos/kinghom
class: fa fa-flickr
- title: Foursquare
href: https://foursquare.com/kinghom
class: fa fa-foursquare
- title: Weibo
href: http://weibo.com/hon9jin
class: fa fa-weibo
- title: Renren
href: http://www.renren.com/200047031/profile
class: fa fa-renren
- title: LastFM
href: http://www.last.fm/user/KingHom
class: fa fa-music
- title: Tumblr
href: http://kinghom.tumblr.com
class: fa fa-tumblr-square
- title: 500px
href: http://500px.com/hjking
class: fa fa-500px
# Custom vars
cover: /assets/img/cover.jpg
libs:
bootstrap:
version: 3.3.7
path: /assets/bootstrap
font-awesome:
version: 4.6.3
path: /assets/font-awesome
plugins:
- jekyll-paginate