Added plugin to generate RSS feed at /feed.xml

This commit is contained in:
2020-04-18 15:31:12 +01:00
committed by Luke Murphy
parent a006517b8e
commit 6211ec5cb4
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'