From 0cc37e4cdc949391c053f929df2f611b95d788dc Mon Sep 17 00:00:00 2001 From: gidsi Date: Sat, 13 Oct 2018 23:34:38 +0200 Subject: [PATCH] remove paginate plugin from config file, raise version --- Gemfile | 2 +- _config.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 195ab5f..f478b6b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'jekyll', '~>3.6.3' +gem 'jekyll', '~>3.8.4' diff --git a/_config.yml b/_config.yml index 09efd36..a5b545c 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,6 @@ url: "https://chaospott.de" markdown: kramdown permalink: /:year/:month/:day/:title paginate: 5 -plugins: [jekyll-paginate] paginate_path: "/blog/:num" include: [ ".well-known"