1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00
Files
jekyll-theme-chirpy/Gemfile
2020-11-19 01:12:41 +08:00

16 lines
257 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"
gem "jekyll-archives"
end
group :test do
gem "html-proofer"
end