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

Add gem-based settings

This commit is contained in:
Cotes Chung
2021-01-23 21:14:31 +08:00
parent da9f7b8218
commit 7ed3bef1b1
4 changed files with 46 additions and 15 deletions

14
Gemfile
View File

@@ -1,18 +1,18 @@
source "https://rubygems.org"
gem "jekyll", ">= 4.1.0", "< 5.0"
gem "jekyll", "~> 4.1"
# plugins
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag"
gem "jekyll-archives"
gem "jekyll-sitemap"
gem "jekyll-paginate", "~> 1.1"
gem "jekyll-redirect-from", "~> 0.16"
gem "jekyll-seo-tag", "~> 2.7"
gem "jekyll-archives", "~> 2.2"
gem "jekyll-sitemap", "~> 1.4"
end
group :test do
gem "html-proofer"
gem "html-proofer", "~> 3.18"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem