1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

add jekyll-archives

This commit is contained in:
Matthias Kretschmann 2015-06-07 21:54:32 +02:00
parent 6d4d7d2eb9
commit 35652e32dd
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ group :development do
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'jekyll-picture-tag'
gem 'jekyll-archives'
gem 'rouge'
gem 'mini_magick'
gem 'fileutils'
@ -17,4 +18,3 @@ group :development do
gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"
end

View File

@ -55,6 +55,7 @@ gems:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-picture-tag
- jekyll-archives
# jekyll-picture-tag
# --------------------