diff --git a/Gemfile b/Gemfile index 874dfe5..b0d11a8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.1" +gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.2" group :test do gem "html-proofer", "~> 3.18" diff --git a/_config.yml b/_config.yml index f88f2c3..e3b4886 100644 --- a/_config.yml +++ b/_config.yml @@ -79,10 +79,10 @@ theme_mode: # [light|dark] # will be added to all image (site avatar & posts' images) paths starting with '/' # # e.g. 'https://cdn.com' -img_cdn: '' +img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: '' +avatar: # boolean type, the global switch for ToC in posts. toc: true