-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (39 loc) · 976 Bytes
/
_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
# Build settings
gems:
- jemoji
- jekyll-paginate
# Site settings
title: "GuJin"
description: > # this means to ignore newlines until "email:"
a programmer
email: [email protected]
#blog logo
logo: "/assets/images/logo.jpg"
float_logo: false # true, false (default)
# blog cover
cover: "/assets/images/cover.jpg"
name: 'Gu Jin'
author: 'Gu Jin'
author_image: "/assets/images/logo.jpg"
paginate: 5
url: "http://gujin.tech" # the base hostname & protocol for your site
baseurl: ""
#used to display twitter cards
twitter_handle: '@dirkfabisch'
#fill in disqus shortname to use disqus
#disqus: disqus-shortname
google_analytics: UA-91077451-1
# social icons and sharing options
# where the icons from : http://fontawesome.io/icons/
social:
- icon: github
url: https://github.com/GuJin
desc: Follow me on github
share_url:
share_title:
share_link:
# markdown: kramdown
# kramdown:
# input: GFM
# highlighter: rouge
timezone: Asia/Shanghai