1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/Gemfile
2017-07-18 12:37:53 +02:00

14 lines
218 B
Ruby

source "https://rubygems.org"
group :jekyll do
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'redcarpet'
end
group :jekyll_plugins do
gem 'hash-joiner'
gem 'simple-rss'
end