Use Gemfile to closely matches the GitHub Pages settings

See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
This commit is contained in:
Olivier Ligot
2014-09-18 16:04:58 +02:00
parent 0e17c06862
commit da59323321
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*.swp
_gh_pages
Gemfile.lock

2
Gemfile Normal file
View File

@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'