-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
86 lines (59 loc) · 2.51 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
# Site settings
title: Terry Blog
SEOTitle: 赵泰的博客 | Terry Blog
header-img: http://7xqrig.com1.z0.glb.clouddn.com/img/home-bg.jpg
email: zhaotai5541@gmail.com
description: "这是一个前端开发工程师的个人博客,记录着他的生活和一些技术。"
keyword: "blog,frontend,developer,program,jekyll,github pages,博客,前端,开发,互联网"
url: "http://zhaotai.me" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
cdnDomain: "http://7xqrig.com1.z0.glb.clouddn.com"
# SNS settings
RSS: false
#weibo_username: zhaotai
zhihu_username: zhao-tai-80-23
github_username: zhaotai
twitter_username: zhaotai5541
facebook_username: TerryZhaoTai
# Build settings
highlighter: rouge
permalink: pretty
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
anchorjs: true # if you want to customize anchor. check out line:181 of `post.html`
#pagination
gems: [jekyll-paginate]
paginate: 5
paginate_path: "/page:num/"
# Markdown settings
# replace redcarpet to kramdown,
# although redcarpet can auto highlight code, the lack of header-id make the catalog impossible, so I switch to kramdown
# document: http://jekyllrb.com/docs/configuration/#kramdown
markdown: kramdown
kramdown:
input: GFM # use Github Flavored Markdown !important
# Disqus settings
# disqus_username: zhaotaiblog
# Duoshuo settings
duoshuo_username: zhaotai
# Share component is depend on Comment so we can NOT use share only.
duoshuo_share: true # set to false if you want to use Comment without Sharing
# Analytics settings
# Baidu Analytics
ba_track_id: f9e0b41b8639784631978ee76a4ac4e0
# Google Analytics
# ga_track_id: 'UA-73396712-1' # Format: UA-xxxxxx-xx
# ga_domain: zhaotai.me
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "爱代码,爱科学,爱思考。\n爱旅行,爱创造,爱尝鲜。\n世界那么大,总要去看看。"
sidebar-avatar: http://7xqrig.com1.z0.glb.clouddn.com/img/avatar.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 0 # A tag will be featured if the size of it is more than this condition value
# Friends
friends: [
# {
# title: "Foo",
# href: "#"
# }
]