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