From 0b6d0390ed61c063f29caa36ed9a7237c0e8fe4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Salvador?= Date: Sat, 5 Mar 2016 20:43:37 +0100 Subject: [PATCH 1/7] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..97854f0641a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Dependencies markdown: redcarpet -highlighter: pygments +highlighter: rouge # Permalinks permalink: pretty From 5c5fe3727dcd566635aae17efda33580578a96ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Salvador?= Date: Sun, 6 Mar 2016 12:40:02 +0100 Subject: [PATCH 2/7] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 97854f0641a..b2af68d7529 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Dependencies -markdown: redcarpet +markdown: kramdown highlighter: rouge # Permalinks From f6c2891fcdc53a447d1b6cd01e553bf0a63c2b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Salvador?= Date: Sun, 6 Mar 2016 12:42:02 +0100 Subject: [PATCH 3/7] Update for Jekyll 3.x Removed permalinks, change MD engine to kramdown and highlighter to rouge. --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index b2af68d7529..0a9c1808bfb 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,6 @@ highlighter: rouge # Permalinks permalink: pretty -relative_permalinks: true # Setup title: Hyde From a0bd17122847b8c2e3c9916677a4682d744cd726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Salvador?= Date: Wed, 27 Jul 2016 00:26:41 +0200 Subject: [PATCH 4/7] Added gems to config.yml It needs `jekyll-paginate` gem as dependecy to work. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 0a9c1808bfb..9f4c55942d5 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,7 @@ paginate: 5 # Custom vars version: 2.1.0 + gems: [jekyll-paginate] github: repo: https://github.com/poole/hyde From 2a8e854225011f12ff23bbf0854cb8c4aa6e584d Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Fri, 12 Aug 2016 10:59:50 -0500 Subject: [PATCH 5/7] removes spacing issue with _config.yml and removes gist tag unrecognized by liquid --- _config.yml | 2 +- _posts/2012-02-07-example-content.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 9f4c55942d5..e8efc58fc1a 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ paginate: 5 # Custom vars version: 2.1.0 - gems: [jekyll-paginate] +gems: [jekyll-paginate] github: repo: https://github.com/poole/hyde diff --git a/_posts/2012-02-07-example-content.md b/_posts/2012-02-07-example-content.md index 7dc8108543b..af01a49264e 100644 --- a/_posts/2012-02-07-example-content.md +++ b/_posts/2012-02-07-example-content.md @@ -48,14 +48,6 @@ adder(2, 6); Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa. -### Gists via GitHub Pages - -Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui. - -{% gist 5555251 gist.md %} - -Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. - ### Lists Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. From c3e4b48ba38ec5d854f0cd2501dd83fe52eb5de5 Mon Sep 17 00:00:00 2001 From: BracketDevs Date: Sat, 13 Aug 2016 21:13:04 +0200 Subject: [PATCH 6/7] Fixed _config.yml gems line indentation, was causing build error on Windows and Linux. File verified with yamllint.com --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9f4c55942d5..e8efc58fc1a 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ paginate: 5 # Custom vars version: 2.1.0 - gems: [jekyll-paginate] +gems: [jekyll-paginate] github: repo: https://github.com/poole/hyde From 1c366c4124180ef8f04ec5f451087ac3b283036d Mon Sep 17 00:00:00 2001 From: Pedram Roshdinavid Date: Sun, 25 Mar 2018 10:37:14 -0700 Subject: [PATCH 7/7] change gems to plugins --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e8efc58fc1a..ec254297cc7 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ paginate: 5 # Custom vars version: 2.1.0 -gems: [jekyll-paginate] +plugins: [jekyll-paginate] github: repo: https://github.com/poole/hyde