We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479cdc3 commit b8446c9Copy full SHA for b8446c9
Gemfile
@@ -2,7 +2,7 @@
2
3
source "https://rubygems.org"
4
5
-gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.1"
+gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.2"
6
7
group :test do
8
gem "html-proofer", "~> 3.18"
_config.yml
@@ -79,10 +79,10 @@ theme_mode: # [light|dark]
79
# will be added to all image (site avatar & posts' images) paths starting with '/'
80
#
81
# e.g. 'https://cdn.com'
82
-img_cdn: ''
+img_cdn:
83
84
# the avatar on sidebar, support local or CORS resources
85
-avatar: ''
+avatar:
86
87
# boolean type, the global switch for ToC in posts.
88
toc: true
0 commit comments