1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Added HTML-Proofer.

This commit is contained in:
Cotes Chung
2019-12-23 02:35:58 +08:00
parent 77a47c4b62
commit d5f2895047
3 changed files with 22 additions and 1 deletions

View File

@@ -9,5 +9,9 @@ group :jekyll_plugins do
gem 'jekyll-seo-tag'
end
group :test do
gem 'html-proofer'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]