aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-09-09 15:40:47 -0600
committerMelody Horn <melody@boringcactus.com>2020-09-09 15:40:47 -0600
commitc9e464023b3c8b5d3bf529f583dcd0ee81457cb7 (patch)
treed93e63e74ae99a4e2955b4de4bfe14cbceaa6650
parent984d9342ea8ac8c06a820e9259d7a5856dca6614 (diff)
downloadboringcactus.com-c9e464023b3c8b5d3bf529f583dcd0ee81457cb7.tar.gz
boringcactus.com-c9e464023b3c8b5d3bf529f583dcd0ee81457cb7.zip
maybe fix RSS feed??
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0ba2bee..594877b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
+gem 'jekyll-feed'
gem 'github-pages', group: :jekyll_plugins
gem 'wdm', '>= 0.1.0' if Gem.win_platform?