chronosx88.github.io/Gemfile
2020-12-09 21:32:32 +04:00

12 lines
207 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# Including GitHub Pages gem
gem "github-pages", group: :jekyll_plugins
# Plugins used by the theme
group :jekyll_plugins do
gem 'jemoji'
end