1

Create 'Gemfile' and '.gitignore'.

This commit is contained in:
vonavi
2014-01-21 11:47:27 +02:00
parent d81077d1a5
commit e1738e551f
3 changed files with 60 additions and 0 deletions

4
Gemfile Normal file
View File

@@ -0,0 +1,4 @@
source 'https://rubygems.org'
gem 'jekyll', '~> 1.4.3'
gem 'pygments.rb', '~> 0.5.4'