1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/Gemfile

21 lines
482 B
Ruby
Raw Normal View History

2013-11-30 04:03:48 +01:00
# A sample Gemfile
source "https://rubygems.org"
2014-08-10 15:30:06 +02:00
group :development do
2014-08-11 01:20:36 +02:00
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
2015-04-17 20:55:04 +02:00
gem 'jekyll-picture-tag'
gem 'rouge'
2014-08-11 01:20:36 +02:00
gem 'mini_magick'
gem 'fileutils'
# for faster LSI generation
#gem 'gsl'
# from http://tonyarnold.com/2014/03/27/speeding-up-jekylls-latent-semantic-mapping.html
gem 'narray', :git => "https://github.com/tonyarnold/narray"
gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"
2014-08-10 15:30:06 +02:00
end