Collection Index always generate

This commit is contained in:
Paulus Schoutsen 2015-10-26 23:24:16 -07:00
parent 659000845a
commit aaa837c3e7
7 changed files with 38 additions and 35 deletions

16
Gemfile
View file

@ -2,10 +2,10 @@ source "https://rubygems.org"
group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 2.0'
gem 'octopress-hooks', '~> 2.2'
gem 'octopress-date-format', '~> 2.0'
gem 'jekyll-sitemap'
gem 'jekyll', '~> 3.0'
gem 'pygments.rb', '~> 0.6.3'
# gem 'octopress-hooks', '~> 2.2'
# gem 'octopress-date-format', '~> 2.0'
gem 'rdiscount', '~> 2.0'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 4.0'
@ -14,9 +14,15 @@ group :development do
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
gem 'jekyll-time-to-read'
gem 'execjs'
gem 'therubyracer', :platforms => :ruby
end
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-paginate'
gem 'octopress', '~> 3.0'
gem 'jekyll-time-to-read'
end
gem 'sinatra', '~> 1.4.2'