website/Gemfile

19 lines
451 B
Ruby
Raw Normal View History

2020-04-05 11:16:20 +02:00
source 'https://rubygems.org'
2019-08-13 15:16:48 +02:00
gem 'kramdown-parser-gfm'
gem 'jekyll', '~> 3'
gem 'sprockets'
gem 'uglifier'
2019-08-13 15:16:48 +02:00
group :jekyll_plugins do
gem 'popper_js'
gem 'bootstrap', '~> 4'
gem 'font-awesome-sass'
gem "jekyll-assets", git: 'https://github.com/UnitooTeam/jekyll-assets.git'
2020-04-05 11:16:20 +02:00
gem 'jekyll-seo'
2020-12-30 18:11:45 +01:00
gem 'jekyll-seo-tag', git: 'https://github.com/UnitooTeam/jekyll-seo-tag.git'
2020-04-05 11:16:20 +02:00
gem 'jekyll-sitemap'
2020-12-29 21:40:17 +01:00
gem 'jekyll-multiple-languages-plugin'
2019-08-13 15:16:48 +02:00
end