Enable relative permalinks and drop the site.baseurl from post links in index
[blog] / _config.yml
index edf183477ef361f6e43c04155719fa0bdf0700dc..5febafb761c3cf8ddaf93e7c6e9f81e93fb1a8b8 100644 (file)
@@ -1,24 +1,23 @@
 # Dependencies
-markdown:         rdiscount
-pygments:         true
+markdown:         redcarpet
+highlighter:      pygments
 
 # Permalinks
 permalink:        pretty
+relative_permalinks: true
 
 # Setup
 title:            Poole
-tagline:          'The Jekyll Butler'
-description:      'Base theme for Jekyll themes by @mdo.'
+tagline:          The Jekyll Butler
 url:              http://getpoole.com
-
+paginate:         1
+baseurl:          /
 author:
-  name:           'Mark Otto'
+  name:           Mark Otto
   url:            https://twitter.com/mdo
-
-paginate:         5
+  email:          markdotto@gmail.com
 
 # Custom vars
 version:          1.0.0
-
 github:
   repo:           https://github.com/poole/poole