reformat config
authorMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 18:14:48 +0000 (11:14 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 18:14:48 +0000 (11:14 -0700)
_config.yml

index 5febafb761c3cf8ddaf93e7c6e9f81e93fb1a8b8..f25b63bf276bb06a4e9bf59a640a6e475d2a601c 100644 (file)
@@ -1,23 +1,26 @@
 # Dependencies
-markdown:         redcarpet
-highlighter:      pygments
+markdown:            redcarpet
+highlighter:         pygments
 
 # Permalinks
-permalink:        pretty
-relative_permalinks: true
+#
+# Use of `relative_permalinks` ensures post links from the index work properly.
+permalink:           pretty
 
 # Setup
-title:            Poole
-tagline:          The Jekyll Butler
-url:              http://getpoole.com
-paginate:         1
-baseurl:          /
+title:               Poole
+tagline:             The Jekyll Butler
+url:                 http://getpoole.com
+paginate:            1
+baseurl:             /
+
+# About/contact
 author:
-  name:           Mark Otto
-  url:            https://twitter.com/mdo
-  email:          markdotto@gmail.com
+  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