From 8999df2f46e64769d98c228a0b058e8e87e5da45 Mon Sep 17 00:00:00 2001 From: kleinfreund Date: Wed, 6 Aug 2014 21:12:36 +0200 Subject: [PATCH] Adding markdown setting back to _config.yml --- lib/site_template/_config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 46c6ce05..2f03e74d 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -9,3 +9,6 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://yourdomain.com" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll + +# Build settings +markdown: kramdown