removing automagic feed plugin

This commit is contained in:
Set Sakrecoer 2019-08-27 17:40:51 +02:00
parent cca93679ba
commit f3d712b8a1
2 changed files with 0 additions and 4 deletions

View file

@ -12,7 +12,6 @@ gem "jekyll", "~> 3.8.5"
# If you have any plugins, put them here! # If you have any plugins, put them here!
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-feed", "0.11.0"
gem "jekyll-paginate-v2", "~>1.7" gem "jekyll-paginate-v2", "~>1.7"
gem "jekyll-sitemap", "1.2.0" gem "jekyll-sitemap", "1.2.0"
gem "jekyll-seo-tag", "2.6.0" gem "jekyll-seo-tag", "2.6.0"

View file

@ -27,8 +27,6 @@ GEM
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 4) rouge (>= 1.7, < 4)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-feed (0.11.0)
jekyll (~> 3.3)
jekyll-paginate-v2 (1.9.4) jekyll-paginate-v2 (1.9.4)
jekyll (~> 3.0) jekyll (~> 3.0)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
@ -66,7 +64,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.8.5) jekyll (~> 3.8.5)
jekyll-feed (= 0.11.0)
jekyll-paginate-v2 (~> 1.7) jekyll-paginate-v2 (~> 1.7)
jekyll-seo-tag (= 2.6.0) jekyll-seo-tag (= 2.6.0)
jekyll-sitemap (= 1.2.0) jekyll-sitemap (= 1.2.0)