1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +01:00
blog/Gemfile

13 lines
370 B
Ruby
Raw Normal View History

2013-11-30 04:03:48 +01:00
# A sample Gemfile
source "https://rubygems.org"
# gem "rails"
2014-08-09 23:07:50 +02:00
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'mini_magick'
gem 'fileutils'
# 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"