-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
85 lines (68 loc) · 1.27 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
#
# Blog Settings
#
# Jekyll Settings
destination: ./_site
pygments: true
paginate: 6
paginate_path: /page/:num
permalink: /:year/:month/:day/:title/
baseurl: ""
#lsi: true
# Build settings
markdown: rdiscount
excerpt_separator: "<!-- more -->"
# Disqus Comments
disqus_short_name: barretlee
disqus_show_comment_count: true
# site
title: 专注前端开发
url: http://www.lxj.name
repo: http://github.com/lxj.github.com
feed: /atom.xml
# color scheme
highlight: light
# author
author:
name: Sean Lou
email: [email protected]
info: <a href="http://www.lxj.name">SeanLou</a>
css:
- /assets/css/lxj.css
js:
- /assets/js/lxj.js
img: /assets/img
exclude:
- Gemfile
- Gemfile.lock
- README.md
- Rakefile
- node_modules
- Gruntfile.js
- package.json
- CNAME
- Website.tmproj
- src
# Plugins
gems:
- jekyll-archives
# jekyll-archives
jekyll-archives:
enabled: []
layouts:
year: 'archive'
month: 'archive'
day: 'archive'
tag: 'archive'
category: 'archive'
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/category/:name/'
# jekyll-compress-html
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all