Skip to content

Commit 1a32250

Browse files
authored
Remove jekyll-feed from plugins (#150)
1 parent 051a624 commit 1a32250

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ group :jekyll_plugins do
1414
gem 'github-pages'
1515
gem 'jekyll-include-cache'
1616
gem 'jekyll-titles-from-headings'
17-
gem 'jekyll-feed'
1817
gem 'jekyll-sitemap'
1918
end

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ PLATFORMS
268268

269269
DEPENDENCIES
270270
github-pages
271-
jekyll-feed
272271
jekyll-include-cache
273272
jekyll-sitemap
274273
jekyll-titles-from-headings

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ include:
1010
- LICENSE
1111

1212
plugins:
13+
- github-pages
1314
- jekyll-include-cache
1415
- jekyll-titles-from-headings
15-
- jekyll-feed
1616
- jekyll-sitemap
1717

1818
# Exclude the `vendor` folder created by build process

0 commit comments

Comments
 (0)