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

Updated seo-tag settings.

Although `tagline` hasn't been released yet.
This commit is contained in:
Cotes Chung
2020-01-09 02:48:57 +08:00
parent 53e01c1778
commit 6cef0829a8
5 changed files with 18 additions and 15 deletions

14
Gemfile
View File

@@ -1,17 +1,17 @@
source 'https://rubygems.org'
source "https://rubygems.org"
gem 'jekyll', '>=3.8.6'
gem "jekyll", ">=3.8.6"
# Official Plugins
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem 'jekyll-seo-tag'
gem "jekyll-paginate"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag", "~> 2.6.1"
end
group :test do
gem 'html-proofer'
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]
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]