1

Add jekyll-assets gem and the default layout based on the gem.

This commit is contained in:
vonavi
2014-01-24 17:01:27 +02:00
parent 71f51fd2c8
commit 5543f78677
10 changed files with 119 additions and 0 deletions

View File

@@ -2,3 +2,6 @@ source 'https://rubygems.org'
gem 'jekyll', '~> 1.4.3'
gem 'pygments.rb', '~> 0.5.4'
gem 'jekyll-assets'
gem 'less'
gem 'therubyracer'