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

15 lines
403 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'
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'
# 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"