Adding Gemfile to repo as we're using Jemoji and Jekyll-Sitemap gems

This commit is contained in:
Barry Clark 2014-06-17 08:59:50 -04:00
parent c92a708688
commit f128def928
2 changed files with 5 additions and 1 deletions

5
Gemfile Normal file
View file

@ -0,0 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'jemoji'
gem 'jekyll-sitemap'