From 70686c8fa4b86d35545055923323cce02ceacba2 Mon Sep 17 00:00:00 2001 From: Saurabh Shrivastava Date: Mon, 29 May 2017 22:59:04 +0530 Subject: [PATCH] Experiment #3 : Bring back kramdown, with rogue --- _config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 23e7f83..a04fe9e 100644 --- a/_config.yml +++ b/_config.yml @@ -52,7 +52,7 @@ links: timezone: Asia/Kolkata future: true highlighter: rouge -#markdown: kramdown +markdown: kramdown paginate: 5 paginate_path: "page:num" highlight_theme: light @@ -60,6 +60,14 @@ highlight_theme: light # https://github.com/mojombo/jekyll/wiki/Permalinks permalink: /:year/:month/:categories/:title +kramdown: + auto_ids: true + footnote_nr: 1 + entity_output: as_char + toc_levels: 1..6 + syntax_highlighter: rouge + input: GFM + prose: rooturl: '_posts' siteurl: 'https://saurabhshri.github.io'