mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-07-01 11:58:55 +10:00
Update critical file(s) according to Chirpy v6.4.0
This commit is contained in:
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll-theme-chirpy", "~> 6.3", ">= 6.3.1"
|
||||
gem "jekyll-theme-chirpy", "~> 6.4"
|
||||
|
||||
group :test do
|
||||
gem "html-proofer", "~> 4.4"
|
||||
|
@ -75,6 +75,10 @@ img_cdn:
|
||||
# the avatar on sidebar, support local or CORS resources
|
||||
avatar:
|
||||
|
||||
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
|
||||
# It can be overridden by a customized `page.image` in front matter.
|
||||
social_preview_image: # string, local or CORS resources
|
||||
|
||||
# boolean type, the global switch for TOC in posts.
|
||||
toc: true
|
||||
|
||||
|
Submodule assets/lib updated: 8285aedc1e...c57724981c
Reference in New Issue
Block a user