Skip to content

Commit

Permalink
change avatar & fix image cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hpbbs committed Aug 2, 2023
1 parent 572c6fe commit b35bcd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ baseurl: ""
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: zh

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai
Expand Down Expand Up @@ -73,10 +73,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: "https://chirpy-img.netlify.app"
img_cdn: ""

# the avatar on sidebar, support local or CORS resources
avatar: "assets/img/consensus.png"
avatar: "assets/img/avatar.jpg"

# boolean type, the global switch for TOC in posts.
toc: true
Expand Down
Binary file added assets/img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b35bcd3

Please sign in to comment.