2020-10-10 03:11:31 +03:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2023-02-08 19:23:13 +03:00
|
|
|
gem "jekyll", ">=4.3.2"
|
2020-10-10 03:11:31 +03:00
|
|
|
|
|
|
|
# Official Plugins , tzinfo needed by Windows
|
|
|
|
group :jekyll_plugins do
|
|
|
|
gem "jekyll-paginate"
|
|
|
|
gem "jekyll-redirect-from"
|
|
|
|
gem "jekyll-seo-tag", "~> 2.6.1"
|
|
|
|
gem "tzinfo"
|
|
|
|
gem "tzinfo-data"
|
|
|
|
end
|
|
|
|
|
|
|
|
group :test do
|
2022-10-18 18:13:30 +03:00
|
|
|
gem "html-proofer", "4.4.3"
|
2020-10-10 03:11:31 +03:00
|
|
|
end
|