Browse Source
remove paginate plugin from config file, raise version
pull/1/head
gidsi
3 years ago
No known key found for this signature in database
GPG Key ID: B47291090A6E5604
2 changed files with
1 additions and
2 deletions
-
Gemfile
-
_config.yml
|
|
@ -1,3 +1,3 @@ |
|
|
|
source 'https://rubygems.org' |
|
|
|
|
|
|
|
gem 'jekyll', '~>3.6.3' |
|
|
|
gem 'jekyll', '~>3.8.4' |
|
|
@ -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" |
|
|
|