1
lorchess.ru/Gemfile
Vladimir Hodakov 15b8f3a13e
Revive site from the unmaintainable state
Now we can again deploy it with moden Jekyll and restore lorchess.ru
archive.
2018-10-28 17:59:15 +04:00

12 lines
248 B
Ruby

source 'https://rubygems.org'
gem 'jekyll', '3.8.4'
gem 'therubyracer'
gem 'i18n'
gem "jekyll-assets", group: :jekyll_plugins
group :development do
# Automatically reload your browser when 'view' files are modified
gem 'guard-livereload'
end