move to sass dir
[blog] / _config.yml
index f25b63bf276bb06a4e9bf59a640a6e475d2a601c..34baf41697d3051e598c2e2aacbde46bceedacf8 100644 (file)
@@ -1,11 +1,12 @@
 # Dependencies
-markdown:            redcarpet
+markdown:            kramdown
 highlighter:         pygments
 
 # Permalinks
 #
 # Use of `relative_permalinks` ensures post links from the index work properly.
 permalink:           pretty
+relative_permalinks: true
 
 # Setup
 title:               Poole
@@ -14,6 +15,13 @@ url:                 http://getpoole.com
 paginate:            1
 baseurl:             /
 
+# Assets
+#
+# We specify the directory for Jekyll so we can use @imports.
+sass:
+  sass_dir:          _sass
+  style:            :compressed
+
 # About/contact
 author:
   name:              Mark Otto