Added Gemfile

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2016-04-15 14:43:30 +02:00
parent 715df3658f
commit adac681c85
2 changed files with 136 additions and 0 deletions

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
ruby '2.0.0'
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins