From a16775424582ca492c7faa2f24e1fe28d18c66f5 Mon Sep 17 00:00:00 2001 From: James Barlow Date: Mon, 28 Mar 2016 16:38:41 +0100 Subject: [PATCH] Update config for Jekyll 3.0 Jekyll's default markdown engine is now Kramdown; Jekyll's default highlighter is now Rouge; Jekyll no longer supports relative permalinks. https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0 --- _config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..f66ab79e5d8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,9 @@ # Dependencies -markdown: redcarpet -highlighter: pygments +kramdown: redcarpet +highlighter: rouge # Permalinks permalink: pretty -relative_permalinks: true # Setup title: Hyde