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

16 lines
415 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-09 23:07:50 +02:00
gem 'jekyll'
gem 'jekyll-sitemap'
2014-08-09 23:37:05 +02:00
gem 'jekyll-timeago'
2014-08-10 00:02:31 +02:00
gem 'rouge'
2014-08-09 23:07:50 +02:00
gem 'mini_magick'
gem 'fileutils'
2014-08-10 15:30:06 +02:00
end
# for faster LSI generation
# from http://tonyarnold.com/2014/03/27/speeding-up-jekylls-latent-semantic-mapping.html
2014-08-09 22:37:51 +02:00
#gem 'narray', :git => "https://github.com/tonyarnold/narray"
#gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"