1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 01:25:28 +01:00
blog/Gemfile
2016-10-08 22:31:02 +02:00

23 lines
500 B
Ruby

# A sample Gemfile
source "https://rubygems.org"
group :jekyll do
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'jekyll-picture-tag'
gem 'jekyll-archives', :git => 'https://github.com/jekyll/jekyll-archives.git' #temporary fix for https://github.com/jekyll/jekyll-archives/issues/75
gem 'jekyll-paginate'
end
group :development do
gem 'redcarpet'
gem 'mini_magick'
end
group :lsi do
gem 'narray'
gem 'gsl'
gem 'classifier-reborn'
end