1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00
2020-05-02 19:18:14 +08:00

15 lines
233 B
Ruby

source "https://rubygems.org"
gem "jekyll", ">=3.8.6"
# Official Plugins
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag", "~> 2.6.1"
end
group :test do
gem "html-proofer"
end