mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
12 lines
378 B
Ruby
12 lines
378 B
Ruby
# A sample Gemfile
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
gem 'jekyll', '1.5.1'
|
|
gem 'mini_magick', '>=3.6.0'
|
|
gem 'fileutils', '>=0.7'
|
|
|
|
# for faster LSI generation
|
|
# 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" |