restore relative permalinks config param
[blog] / _config.yml
1 # Dependencies
2 markdown:            redcarpet
3 highlighter:         pygments
4
5 # Permalinks
6 #
7 # Use of `relative_permalinks` ensures post links from the index work properly.
8 permalink:           pretty
9 relative_permalinks: true
10
11 # Setup
12 title:               Poole
13 tagline:             The Jekyll Butler
14 url:                 http://getpoole.com
15 paginate:            1
16 baseurl:             /
17
18 # About/contact
19 author:
20   name:              Mark Otto
21   url:               https://twitter.com/mdo
22   email:             markdotto@gmail.com
23
24 # Custom vars
25 version:             1.0.0
26 github:
27   repo:              https://github.com/poole/poole