mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
Matthias Kretschmann
af94eb0963
- installation bug has been solved: https://github.com/jekyll/jekyll-sitemap/issues/165#issuecomment-293444219
9 lines
145 B
Ruby
9 lines
145 B
Ruby
source "https://rubygems.org"
|
|
|
|
group :jekyll do
|
|
gem 'jekyll'
|
|
gem 'jekyll-sitemap'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'redcarpet'
|
|
end
|