1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00
blog/Gemfile

17 lines
263 B
Ruby
Raw Normal View History

2013-11-30 04:03:48 +01:00
# A sample Gemfile
source "https://rubygems.org"
2014-08-10 15:30:06 +02:00
group :development do
2014-08-11 01:20:36 +02:00
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
2015-04-17 20:55:04 +02:00
gem 'jekyll-picture-tag'
2015-06-07 21:54:32 +02:00
gem 'jekyll-archives'
2015-04-17 20:55:04 +02:00
gem 'rouge'
2014-08-11 01:20:36 +02:00
gem 'mini_magick'
gem 'fileutils'
2015-06-08 10:53:04 +02:00
gem 'rb-gsl'
2014-08-11 01:20:36 +02:00
2014-08-10 15:30:06 +02:00
end