diff options
Diffstat (limited to 'docs/Gemfile')
-rw-r--r-- | docs/Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 00000000..a6aa152a --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,5 @@ +source "https://rubygems.org" +gem "github-pages", "~> 226", group: :jekyll_plugins +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.15.1" +end |