Skip to content

Commit

Permalink
use jekyll-feed for default site RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 3, 2016
1 parent 01c5900 commit 58cd8f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
6 changes: 3 additions & 3 deletions lib/jekyll/commands/new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def gemfile_contents
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
# group :jekyll_plugins do
# gem "jekyll-github-metadata", "~> 1.0"
# end
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
end
RUBY
end

Expand Down
2 changes: 2 additions & 0 deletions lib/site_template/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ github_username: jekyll
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
30 changes: 0 additions & 30 deletions lib/site_template/feed.xml

This file was deleted.

0 comments on commit 58cd8f3

Please sign in to comment.