Compare commits

..

2 Commits

3 changed files with 5 additions and 4 deletions

1
.nojekyll Normal file
View File

@ -0,0 +1 @@

View File

@ -2,7 +2,7 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.1" gem "jekyll-theme-chirpy", "~> 4.3", ">= 4.3.3"
group :test do group :test do
gem "html-proofer", "~> 3.18" gem "html-proofer", "~> 3.18"

View File

@ -79,10 +79,10 @@ theme_mode: # [light|dark]
# will be added to all image (site avatar & posts' images) paths starting with '/' # will be added to all image (site avatar & posts' images) paths starting with '/'
# #
# e.g. 'https://cdn.com' # e.g. 'https://cdn.com'
img_cdn: '' img_cdn:
# the avatar on sidebar, support local or CORS resources # the avatar on sidebar, support local or CORS resources
avatar: '' avatar:
# boolean type, the global switch for ToC in posts. # boolean type, the global switch for ToC in posts.
toc: true toc: true
@ -159,7 +159,7 @@ exclude:
- LICENSE - LICENSE
- gulpfile.js - gulpfile.js
- node_modules - node_modules
- '*.json' - package.json
jekyll-archives: jekyll-archives:
enabled: [categories, tags] enabled: [categories, tags]