mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 00:13:01 +03:00
15 lines
No EOL
289 B
Ruby
15 lines
No EOL
289 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "jekyll"
|
|
gem "webrick"
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-sitemap'
|
|
gem 'jekyll-feed'
|
|
gem 'jekyll-seo-tag'
|
|
gem 'jekyll-minifier'
|
|
end |