mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-23 18:32:49 +01:00
24 lines
476 B
Ruby
24 lines
476 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', :git => 'git://github.com/kremalicious/jekyll-picture-tag.git', :branch => 'jekyll3'
|
|
#gem 'jekyll-archives'
|
|
gem 'jekyll-paginate'
|
|
end
|
|
|
|
group :development do
|
|
gem 'redcarpet'
|
|
gem 'mini_magick'
|
|
end
|
|
|
|
group :lsi do
|
|
gem 'gsl'
|
|
gem 'rb-gsl'
|
|
gem 'narray'
|
|
gem 'classifier-reborn'
|
|
end
|