diff options
author | Melody Horn <melody@boringcactus.com> | 2020-09-09 15:40:47 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-09-09 15:40:47 -0600 |
commit | c9e464023b3c8b5d3bf529f583dcd0ee81457cb7 (patch) | |
tree | d93e63e74ae99a4e2955b4de4bfe14cbceaa6650 | |
parent | 984d9342ea8ac8c06a820e9259d7a5856dca6614 (diff) | |
download | boringcactus.com-c9e464023b3c8b5d3bf529f583dcd0ee81457cb7.tar.gz boringcactus.com-c9e464023b3c8b5d3bf529f583dcd0ee81457cb7.zip |
maybe fix RSS feed??
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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? |