forked from minixalpha/StrayBirds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
128 lines (109 loc) · 2.91 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
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
######################### theme kunka condigure ##############################################
# Where things are
source: .
destination: ./_site
plugins: ./_plugins
layouts: ./_layouts
paginate: 8
# Handling Reading
safe: false
include: [".htaccess"]
exclude: []
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
textile_ext: "textile"
# Filtering Content
show_drafts: null
limit_posts: 0
future: true
unpublished: false
# Conversion
markdown: kramdown
highlighter: pygments
lsi: false
excerpt_separator: "\n\n"
# Serving
detach: false
port: 4000
host: 127.0.0.1
baseurl: "" # does not include hostname
# Outputting
permalink: date
paginate_path: /page:num
timezone: null
#Site config
title: 老九
description: 下雪了,心情好好。。。
keywords: quchunguang
url: /blog
feed: /atom.xml
favicon: http://jekyllrb.com/favicon.png
#Nav config
nav:
- text: 首页
url: index.html
- text: 分类目录
url: navigations/categories.html
- text: 文章归档
url: navigations/archives.html
- text: 联系我
url: navigations/contact.html
- text: 友情链接
url: navigations/links.html
#Author config
author:
name: quchunguang
email: quchunguang@gmail.com
imageLink: https://avatars.githubusercontent.com/minixalpha
simpleIntro: 我是老九
detailIntro:
<p>使用过blogspot,新浪微博,wordpress,现在jekyll,每次认为是终极迁移,其实世上哪有终极这回事。那么,下一个是什么?</p>
#Follow me, you can choose your icon by http://fortawesome.github.io/Font-Awesome/icons/#brand
follow:
- class: icon-rss
url: /atom.xml
- class: icon-weibo
url: http://weibo.com
- class: icon-renren
url: http://renren.com
- class: icon-github-alt
url: http://github.com
- class: icon-twitter
url: http://twitter.com
- class: icon-google-plus
url: http://google.com
#Links
customLinks:
- item:
- text: 掌心
url: http://www.zhanxin.info
- text: Jekyll
url: http://jekyllrb.com
- text: Jekyll Theme
url: http://www.zhanxin.info/themes.html
message: Friends
- item:
- text: Font Awesome
url: http://fortawesome.github.io/Font-Awesome/
- text: Google Font
url: http://www.google.com/fonts/
- text: jQuery
url: http://jquery.com/
message: 其他相关链接
#comment config
disqus:
config: false
id: quchunguang
#################################### global configure #######################################
username: quchunguang
baseurl: /blog
markdown: redcarpet
safe: false
highlighter: pygments
title: 老九
description: 晕。。。
theme: modernist
disqusname: quchunguang
# theme can be: hack, leap-day, merlot, midnight, minimal, modernist, slate, time-machine, kunka
# those themes are all come from GitHub Pages Themes