2019-09-30 15:38:41 +03:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gem 'jekyll', '>=3.8.6'
|
|
|
|
|
|
|
|
# Official Plugins
|
|
|
|
group :jekyll_plugins do
|
|
|
|
gem 'jekyll-paginate'
|
|
|
|
gem 'jekyll-redirect-from'
|
|
|
|
gem 'jekyll-seo-tag'
|
|
|
|
end
|
|
|
|
|
2019-12-22 21:35:58 +03:00
|
|
|
group :test do
|
|
|
|
gem 'html-proofer'
|
|
|
|
end
|
|
|
|
|
2019-09-30 15:38:41 +03:00
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
|
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|