Adding Gemfile to repo as we're using Jemoji and Jekyll-Sitemap gems
This commit is contained in:
parent
c92a708688
commit
f128def928
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
5
Gemfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem 'jekyll'
|
||||||
|
gem 'jemoji'
|
||||||
|
gem 'jekyll-sitemap'
|
Loading…
Add table
Add a link
Reference in a new issue