Added bootstrap and jekyll-assets to dependencies

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-24 15:57:43 +01:00
parent 488499d296
commit 29a81272f5
2 changed files with 29 additions and 1 deletions

View File

@ -4,6 +4,9 @@ gem 'activesupport'
# gem 'github-pages-health-check'
gem 'jekyll'
group :jekyll_plugins do
gem 'autoprefixer-rails'
gem 'bootstrap', '~> 4.0.0.beta2'
gem 'jekyll-assets'
gem 'jekyll-avatar'
gem 'jekyll-coffeescript'
gem 'jekyll-commonmark-ghpages'