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

kramdown-and-rouge
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
.bundle
.sass-cache
Gemfile
Gemfile.lock
node_modules
package.json

5
Gemfile Normal file
View File

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