forked from minixalpha/StrayBirds
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
129 lines (110 loc) · 3.4 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 toutou.info.
keywords: Jekyll Theme
url:
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: 请叫我头头哥
email: [email protected]
imageLink: https://avatars.githubusercontent.com/toutouge
simpleIntro: 请叫我头头哥
detailIntro:
<p>大家好,很高兴你能访问我的个人博客。相信能访问这个地址的人都是一群有梦想有追求的人,同时也是热衷IT事业的人。本人居住/工作在北京,89年出生,现在在中关村软件园上班。主要技术包括:NET、MSSQL、 Javascript、Jquery、HTML5、CSS3、Python、MYSQL。</p>
<p>关于我的其他博客:<a title="请叫我头头哥" href="http://www.cnblogs.com/toutou/" target="_blank">http://www.cnblogs.com/toutou/</a>,欢迎你的到来。</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.cnblogs.com/toutou/
- text: QQ空间
url: http://user.qzone.qq.com/344097855?ptlang=2052
- text: 百度经验
url: http://jingyan.baidu.com/user/npublic?un=%E6%80%80%E6%97%A7%E5%85%88%E7%94%9Fbo
message: About me
- item:
- text: MSDN
url: https://msdn.microsoft.com/zh-cn/default.aspx
- text: Python
url: https://www.python.org/
- text: w3school
url: http://www.w3school.com.cn/html5/index.asp
message: 其他相关链接
#comment config
disqus:
config: false
id: minixalpha
#################################### global configure #######################################
username: toutouge
baseurl:
markdown: redcarpet
safe: false
highlighter: pygments
title: 请叫我头头哥
description: 点塔七层,不如暗处一灯.
theme: kunka
disqusname: toutouge
# theme can be: hack, leap-day, merlot, midnight, minimal, modernist, slate, time-machine, kunka
# those themes are all come from GitHub Pages Themes