mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-07-01 11:58:55 +10:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
23942a94b3 | |||
66a784cb71 | |||
b8446c9b7b | |||
479cdc35c7 |
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.0"
|
||||
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.4"
|
||||
|
||||
group :test do
|
||||
gem "html-proofer", "~> 3.18"
|
||||
|
@ -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
|
||||
@ -159,7 +159,7 @@ exclude:
|
||||
- LICENSE
|
||||
- gulpfile.js
|
||||
- node_modules
|
||||
- '*.json'
|
||||
- package*.json
|
||||
|
||||
jekyll-archives:
|
||||
enabled: [categories, tags]
|
||||
|
Reference in New Issue
Block a user