Skip to content

Commit

Permalink
Remove feed.xml and replace with jekyll-feed gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jun 1, 2016
1 parent 5176226 commit 6e61e12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 42 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gem "jekyll"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GEM
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-feed (0.5.1)
jekyll-gist (1.4.0)
octokit (~> 4.2)
jekyll-sass-converter (1.4.0)
Expand Down Expand Up @@ -48,6 +49,7 @@ PLATFORMS

DEPENDENCIES
jekyll
jekyll-feed
jekyll-gist
jekyll-sitemap

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sass:
gems:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed

kramdown:
input: GFM
Expand Down
42 changes: 0 additions & 42 deletions feed.xml

This file was deleted.

0 comments on commit 6e61e12

Please sign in to comment.