-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
114 lines (92 loc) · 2.83 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
#
# 这个文档包含了本博客的设定信息,你可以编辑它来个性化自己的博客,
#
# 你的博客名称,请用你想要的博客名替换“LOFFER”,以下修改都可类似处理
# 注意,“name: LOFFER”,冒号后面的空格不可以省略。
# 井号后面的文字是说明文档,不会被程序读取。
name: Steve.liu
# 描述/签名
description: OC中国
#
# 下面的设定都是可选的
#
# 你的博客logo图片URL,建议尺寸不超过300px × 300px
avatar: /images/avatar.png
# 你的favicon(出现在浏览器tab上)图片URL,建议使用较小(64px × 64px)的图片
favicon: /images/avatar.png
publicaccount: /images/publicaccount-qrcode.png
# 菜单中的按钮
navigation:
- name: 首页
url: /
- name: 关于
url: /about
- name: 归档
url: /archive
- name: 标签
url: /tags
# 每页的文章数
paginate: 8
# 你的社交网络链接,它们会作为图标出现在你的网站页脚中,可选填写
footer-links:
weibo: stevexiaogang
#behance:
#dribbble:
email: [email protected]
#facebook:
#flickr:
github: /guojunliu
#instagram:
#linkedin:
#pinterest:
#rss: #随便填点啥RSS就能用了
#stackoverflow:
#tumblr:
#twitter:
#youtube:
# 站点页脚的文字
footer-text: [email protected]
publicaccount-text : 公众号:落笔成兵
## 输入Disqus shortname,即可添加评论区,细节可阅读文档。
#disqus: loffer #shortname
#
## 输入Google Analytics web tracking code
#google_analytics:
# 输入你的网站域名(如果你没有添加自己的域名,而是直接用GitHub pages分配的域名的话可以省略)
url:
# 添加你的博客的二级域名,一般来说是你的repository名
# 如果你的博客的URL是:(http://yourusername.github.io/repository-name)
# 那么就写成 "/repository-name"
baseurl:
#
# !! 以下所有设置都不需要更改 !!
#
permalink: /:title/
paginate_path: /page:num/
# The release of Jekyll Now that you're using
version: v1.2.0
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jekyll-paginate
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
excerpt_separator: ---