From b69a8c24628d5ca154674725b38ce31c4befa451 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Thu, 18 Feb 2016 11:33:43 -0500 Subject: [PATCH 1/3] include gems: [jekyll-paginate] to config.yml file to remove depreciation notice. --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..ddd02b43be6 100644 --- a/_config.yml +++ b/_config.yml @@ -24,3 +24,5 @@ version: 2.1.0 github: repo: https://github.com/poole/hyde + +gems: [jekyll-paginate] \ No newline at end of file From 79548b283cb855b64d341fc1249b29fba738dde0 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Thu, 18 Feb 2016 11:45:41 -0500 Subject: [PATCH 2/3] Disable relative_permalinks. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ddd02b43be6..643c90a9b58 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ highlighter: pygments # Permalinks permalink: pretty -relative_permalinks: true +relative_permalinks: false # Setup title: Hyde From 21d79dbaa3270eebb282cf5da1f96ad2e808a916 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Thu, 18 Feb 2016 11:51:18 -0500 Subject: [PATCH 3/3] Add jekyll-gist gem to fix Unknown tag gist message --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 643c90a9b58..8fca540a2e9 100644 --- a/_config.yml +++ b/_config.yml @@ -25,4 +25,4 @@ version: 2.1.0 github: repo: https://github.com/poole/hyde -gems: [jekyll-paginate] \ No newline at end of file +gems: [jekyll-paginate, jekyll-gist] \ No newline at end of file