From 9af66ebc53cfe2b24e524ae546a9152d6e330945 Mon Sep 17 00:00:00 2001 From: bradywatkinson Date: Fri, 15 Apr 2016 18:21:45 +1000 Subject: [PATCH] Update _config.yml Changed config file to remove deprecated configurations -markdown changed to kramdown -highlighter change to rouge -removed relative permalink --- _config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..0a9c1808bfb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,9 @@ # Dependencies -markdown: redcarpet -highlighter: pygments +markdown: kramdown +highlighter: rouge # Permalinks permalink: pretty -relative_permalinks: true # Setup title: Hyde