-
Notifications
You must be signed in to change notification settings - Fork 617
/
_config.yml
129 lines (110 loc) · 3.59 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
129
######################### 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: Jekyll Theme
description: Just another Jekyll theme design and code by zhanxin.info.
keywords: Jekyll Theme
url: /StrayBirds
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: minixalpha
email: [email protected]
imageLink: https://avatars.githubusercontent.com/minixalpha
simpleIntro: 我是 minixalpha
detailIntro:
<p>Jekyll 是一个简洁的、特别针对博客平台的 静态网站 生成器。它使用一个模板目录作为网站布局的基础框架,并在其上运行 Textile 、 Markdown 或 Liquid 标记语言的转换器,最终生成一个完整的静态Web站点,可以被放置在Apache或者你喜欢的其他任何Web服务器上。它同时也是 GitHub Pages 、一个由 GitHub 提供的用于托管项目主页或博客的服务,在后台所运行的引擎。</p>
<p>很早之前,使用过 wordpress 来写博客。但是还要处理很多的底层问题。而使用 Jekyll 来写博客,可以很简单,写 Markdown 就好。然而,Jekyll 还很年轻,没有很多主题的支持。这里的主题,就是为 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: minixalpha
#################################### global configure #######################################
username: minixalpha
baseurl: /StrayBirds
markdown: redcarpet
safe: false
highlighter: pygments
title: 飞鸟集
description: 人生到处知何似,应似飞鸿踏雪泥
theme: kunka
disqusname: minixalpha
# theme can be: hack, leap-day, merlot, midnight, minimal, modernist, slate, time-machine, kunka
# those themes are all come from GitHub Pages Themes