restore relative permalinks config param
[blog] / _config.yml
index c0f0356af4f13f83296ae224b8d3a90fd775f758..482d84cef123aed843ef756b6e83755144827eae 100644 (file)
@@ -1,24 +1,27 @@
 # Dependencies
-markdown:         redcarpet
-pygments:         true
+markdown:            redcarpet
+highlighter:         pygments
 
 # Permalinks
-permalink:        pretty
+#
+# Use of `relative_permalinks` ensures post links from the index work properly.
+permalink:           pretty
+relative_permalinks: true
 
 # Setup
-title:            Poole
-tagline:          The Jekyll Butler
-description:      Base theme for Jekyll themes by @mdo.
-url:              http://getpoole.com
+title:               Poole
+tagline:             The Jekyll Butler
+url:                 http://getpoole.com
+paginate:            1
+baseurl:             /
 
+# About/contact
 author:
-  name:           Mark Otto
-   url:           https://twitter.com/mdo
-
-paginate:         1
+  name:              Mark Otto
+  url:               https://twitter.com/mdo
+  email:             markdotto@gmail.com
 
 # Custom vars
-version:          1.0.0
-
+version:             1.0.0
 github:
-  repo:           https://github.com/poole/poole
+  repo:              https://github.com/poole/poole