website/Gemfile

20 lines
483 B
Ruby
Raw Permalink Normal View History

2020-04-05 11:16:20 +02:00
source 'https://rubygems.org'
2019-08-13 15:16:48 +02:00
gem 'jekyll', '~> 3'
2022-06-01 15:08:20 +02:00
gem 'kramdown-parser-gfm'
gem 'sprockets'
gem 'uglifier'
2019-08-13 15:16:48 +02:00
group :jekyll_plugins do
gem 'bootstrap', '~> 4'
gem 'font-awesome-sass'
2022-06-01 15:08:20 +02:00
gem 'popper_js'
2022-06-01 15:08:20 +02:00
gem 'jekyll-assets', git: 'https://github.com/UnitooTeam/jekyll-assets.git'
gem 'jekyll-multiple-languages-plugin', '~> 1.7.0'
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'
2022-09-11 22:34:18 +02:00
gem 'jekyll-gzip'
2019-08-13 15:16:48 +02:00
end