diff --git a/_config.yml b/_config.yml index 94f85f9..51421c4 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ theme: jekyll-theme-chirpy lang: en # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker -timezone: +timezone: Asia/Shanghai # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- @@ -23,7 +23,7 @@ description: >- # used by seo meta and the atom feed # Fill in the protocol & hostname for your site. # e.g. 'https://username.github.io', note that it does not end with a '/'. -url : '' +url : 'https://Hexamine22.github.io' github: username: Hexamine22 # change to your github username @@ -35,7 +35,7 @@ social: # Change to your full name. # It will be displayed as the default author of the posts and the copyright owner in the Footer name: Hassan Faraz - email: hexamine22@protonmai.com # change to your email address + email: hexamine22@protonmail.com # change to your email address links: # The first element serves as the copyright owner's link - https://twitter.com/hexamine22 # change to your twitter homepage @@ -73,7 +73,7 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: "avatar.jpg" +avatar: "/tmp/avatar.jpg" # boolean type, the global switch for TOC in posts. toc: true @@ -112,7 +112,7 @@ pwa: paginate: 10 # The base URL of your site -baseurl: "" +baseurl: '/' # ------------ The following options are not recommended to be modified ------------------