2020-04-05 11:16:20 +02:00
|
|
|
source 'https://rubygems.org'
|
2019-08-13 15:16:48 +02:00
|
|
|
|
2021-06-15 14:01:04 +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
|
2021-06-15 14:01:04 +02:00
|
|
|
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
|