mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
Matthias Kretschmann
7cad1ec40a
- use Jekyll for now - build process through gulp - dependencies through npm & bundle - scss: variables, grid, fonts, first components - js setup
10 lines
116 B
Ruby
10 lines
116 B
Ruby
source "https://rubygems.org"
|
|
|
|
group :jekyll do
|
|
gem 'jekyll'
|
|
end
|
|
|
|
group :development do
|
|
gem 'redcarpet'
|
|
end
|