Added jekyll-sitemap, jekyll-date-format, and updated gems

This commit is contained in:
Brandon Mathis 2014-06-21 13:46:27 -05:00
parent 52f9119645
commit 2f47c00b48
3 changed files with 13 additions and 5 deletions

View file

@ -4,9 +4,11 @@ group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 2.0'
gem 'jekyll-page-hooks', '~> 1.2'
gem 'rdiscount', '~> 2.0.7'
gem 'jekyll-date-format', '~> 1.0'
gem 'jekyll-sitemap'
gem 'rdiscount', '~> 2.0'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7'
gem 'haml', '~> 4.0'
gem 'compass', '~> 0.12.2'
gem 'sass-globbing', '~> 1.0.0'
gem 'rubypants', '~> 0.2.0'