jekyll-theme-isabelline/Gemfile

14 lines
234 B
Ruby
Raw Normal View History

2019-07-22 02:16:23 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
2019-07-22 03:33:03 +00:00
2019-07-22 02:16:23 +00:00
gemspec
group :jekyll_plugins do
gem 'jekyll-tidy'
2020-09-07 14:00:23 +00:00
# gem 'jekyll-tagging'
2019-07-22 02:16:23 +00:00
gem 'jekyll-mentions'
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
end