mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
jekyll-sitemap to gemfile
This commit is contained in:
parent
ae677a063f
commit
4eaa007aac
7
Gemfile
7
Gemfile
@ -2,9 +2,10 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
gem 'jekyll', '1.5.1'
|
||||
gem 'mini_magick', '>=3.6.0'
|
||||
gem 'fileutils', '>=0.7'
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user