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

1
.gitignore vendored
View file

@ -3,7 +3,6 @@ _site
.jekyll .jekyll
.bundle .bundle
.sass-cache .sass-cache
Gemfile
Gemfile.lock Gemfile.lock
node_modules node_modules
package.json package.json

5
Gemfile Normal file
View file

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