Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 10, 2024
2 parents a9b040e + d03f0bb commit 841a333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3
ruby-version: 3.2
bundler-cache: true

- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Expand Up @@ -75,6 +75,10 @@ img_cdn:
# the avatar on sidebar, support local or CORS resources
avatar: assets/avatar.png

# 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

Expand Down

0 comments on commit 841a333

Please sign in to comment.