We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jekyll-feed
1 parent 051a624 commit 1a32250Copy full SHA for 1a32250
Gemfile
@@ -14,6 +14,5 @@ group :jekyll_plugins do
14
gem 'github-pages'
15
gem 'jekyll-include-cache'
16
gem 'jekyll-titles-from-headings'
17
- gem 'jekyll-feed'
18
gem 'jekyll-sitemap'
19
end
Gemfile.lock
@@ -268,7 +268,6 @@ PLATFORMS
268
269
DEPENDENCIES
270
github-pages
271
- jekyll-feed
272
jekyll-include-cache
273
jekyll-sitemap
274
jekyll-titles-from-headings
_config.yml
@@ -10,9 +10,9 @@ include:
10
- LICENSE
11
12
plugins:
13
+ - github-pages
- jekyll-include-cache
- jekyll-titles-from-headings
- - jekyll-feed
- jekyll-sitemap
# Exclude the `vendor` folder created by build process
0 commit comments