From 38b00c19be7cb16841a088809fc6e3a9bccc7492 Mon Sep 17 00:00:00 2001 From: Sallehin Sallehuddin Date: Sun, 3 Apr 2016 02:22:05 +0800 Subject: [PATCH 1/3] Change redcarpet to kramdown and pygments to rouge --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 8a31921..9d3dc49 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Dependencies -markdown: redcarpet -highlighter: pygments +markdown: kramdown +highlighter: rouge # Permalinks # @@ -34,4 +34,4 @@ disqus: testnaringu theme: creator: Rizky Ariestiyansyah codename: Naringu - link: https://github.com/ariestiyansyah/naringu \ No newline at end of file + link: https://github.com/ariestiyansyah/naringu From 50d383853e689df5c08ce2d7bd06b9c2ec9f3fdf Mon Sep 17 00:00:00 2001 From: Sallehin Sallehuddin Date: Sun, 3 Apr 2016 02:29:26 +0800 Subject: [PATCH 2/3] Add gem-paginate for Jekyll 3 compatibility --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 9d3dc49..01e689b 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,9 @@ markdown: kramdown highlighter: rouge +# Gems (for Jekyll 3.0) +gems: [jekyll-paginate] + # Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. From 61c20b1efde44e9376de2f854fb9b41189dd2f3d Mon Sep 17 00:00:00 2001 From: Sallehin Sallehuddin Date: Sun, 3 Apr 2016 02:30:35 +0800 Subject: [PATCH 3/3] Remove relative permalink support for Jekyll 3 --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 01e689b..c9f5c1a 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,6 @@ gems: [jekyll-paginate] # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty -relative_permalinks: true # Setup title: Naringu