nixpkgs/pkgs/applications/misc/jekyll/Gemfile

8 lines
127 B
Ruby
Raw Normal View History

2016-01-08 03:32:39 +00:00
source 'https://rubygems.org'
2015-05-16 17:26:07 +00:00
gem 'jekyll'
gem 'jekyll-feed'
gem 'jekyll-paginate'
2015-05-16 17:26:07 +00:00
gem 'rdiscount'
gem 'RedCloth'
gem 'minima'