chronosx88.github.io/Gemfile

12 lines
207 B
Ruby
Raw Permalink Normal View History

2020-12-09 17:32:32 +00:00
# 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