From b3d378ac46aaa04764d66318a782e23553751a32 Mon Sep 17 00:00:00 2001 From: Abram Situmorang Date: Sat, 1 Dec 2018 23:52:38 +0700 Subject: [PATCH 1/2] Added plugins in config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..ed5e1901afb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Dependencies markdown: redcarpet highlighter: pygments +plugins: [jekyll-paginate, jekyll-gist] # Permalinks permalink: pretty From c7c7098952e58fef7c59bad5d57b21c7f18ffb7c Mon Sep 17 00:00:00 2001 From: Abram Situmorang Date: Sun, 2 Dec 2018 00:53:18 +0700 Subject: [PATCH 2/2] Deleted relative_permalinks in config --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index ed5e1901afb..dd58d150fec 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,6 @@ plugins: [jekyll-paginate, jekyll-gist] # Permalinks permalink: pretty -relative_permalinks: true # Setup title: Hyde