1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/Gemfile
Matthias Kretschmann 7cad1ec40a finalized starting point
- use Jekyll for now
- build process through gulp
- dependencies through npm & bundle
- scss: variables, grid, fonts, first components
- js setup
2015-12-20 05:22:45 +01:00

10 lines
116 B
Ruby

source "https://rubygems.org"
group :jekyll do
gem 'jekyll'
end
group :development do
gem 'redcarpet'
end