# frozen_string_literal: true
source "https://rubygems.org"

gem "jekyll"

# If you have any plugins, put them here!
group :jekyll_plugins do
  gem "jekyll-feed"
  gem 'jekyll-seo-tag'
  gem 'jekyll-sitemap'
  gem 'jekyll-toc'
  gem 'html-proofer'
  gem 'jekyll-redirect-from'
end
