mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
more gem updates
This commit is contained in:
parent
8b431ab622
commit
2bbe558b50
6
Gemfile
6
Gemfile
@ -5,7 +5,7 @@ group :jekyll do
|
|||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem 'jekyll-redirect-from'
|
gem 'jekyll-redirect-from'
|
||||||
gem 'jekyll-picture-tag', :git => 'git://github.com/kremalicious/jekyll-picture-tag.git'
|
gem 'jekyll-picture-tag', :git => 'git://github.com/kremalicious/jekyll-picture-tag.git', :branch => 'jekyll3'
|
||||||
#gem 'jekyll-archives'
|
#gem 'jekyll-archives'
|
||||||
gem 'jekyll-paginate'
|
gem 'jekyll-paginate'
|
||||||
end
|
end
|
||||||
@ -13,7 +13,11 @@ end
|
|||||||
group :development do
|
group :development do
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
gem 'mini_magick'
|
gem 'mini_magick'
|
||||||
|
end
|
||||||
|
|
||||||
|
group :lsi do
|
||||||
gem 'gsl'
|
gem 'gsl'
|
||||||
gem 'rb-gsl'
|
gem 'rb-gsl'
|
||||||
gem 'narray'
|
gem 'narray'
|
||||||
|
gem 'classifier-reborn'
|
||||||
end
|
end
|
||||||
|
@ -37,7 +37,6 @@ category_title_prefix: ""
|
|||||||
|
|
||||||
future: false
|
future: false
|
||||||
markdown: redcarpet
|
markdown: redcarpet
|
||||||
highlighter: rouge
|
|
||||||
|
|
||||||
redcarpet:
|
redcarpet:
|
||||||
extensions: ['autolink', 'smart', 'hard_wrap']
|
extensions: ['autolink', 'smart', 'hard_wrap']
|
||||||
|
Loading…
Reference in New Issue
Block a user