mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-05 11:25:07 +01:00
14 lines
391 B
Ruby
14 lines
391 B
Ruby
# A sample Gemfile
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
gem 'jekyll'
|
|
gem 'jekyll-sitemap'
|
|
gem 'jekyll-timeago'
|
|
gem 'mini_magick'
|
|
gem 'fileutils'
|
|
|
|
# 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" |