Added plugin to generate RSS feed at /feed.xml

This commit is contained in:
Roxie Gibson 2020-04-18 15:31:12 +01:00 committed by Luke Murphy
parent a006517b8e
commit 6211ec5cb4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
source "https://rubygems.org"
ruby '2.6.5'
gemspec
gem 'jekyll-feed'

View File

@ -34,6 +34,8 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
@ -67,6 +69,7 @@ DEPENDENCIES
autonomic!
bundler (>= 2.1.4)
jekyll (>= 4)
jekyll-feed
RUBY VERSION
ruby 2.6.5p114

View File

@ -26,3 +26,5 @@ exclude:
- vendor
- Gemfile
- Gemfile.lock
plugins:
- jekyll-feed

View File

@ -26,3 +26,5 @@ exclude:
- vendor
- Gemfile
- Gemfile.lock
plugins:
- jekyll-feed