mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
getting gsl installed
This commit is contained in:
parent
b4650bf034
commit
40f62faa6b
23
Gemfile
23
Gemfile
@ -2,15 +2,18 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'jekyll'
|
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll'
|
||||||
gem 'jekyll-timeago'
|
gem 'jekyll-sitemap'
|
||||||
gem 'rouge'
|
gem 'jekyll-timeago'
|
||||||
gem 'mini_magick'
|
gem 'rouge'
|
||||||
gem 'fileutils'
|
gem 'mini_magick'
|
||||||
|
gem 'fileutils'
|
||||||
|
# for faster LSI generation
|
||||||
|
#gem 'gsl'
|
||||||
|
# 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"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# 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"
|
|
Loading…
Reference in New Issue
Block a user