From 276a7a3e2996c94bc79606b6d851620d1646e941 Mon Sep 17 00:00:00 2001 From: jeonghun Date: Fri, 15 Dec 2023 10:01:11 +0900 Subject: [PATCH] minor change --- _config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 1847073f44e..b403c4cb210 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: Asia/Shanghai +timezone: Asia/Seoul # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- @@ -21,7 +21,7 @@ tagline: | 학습 기록 블로그입니다 description: >- # used by seo meta and the atom feed - Blog + paper, code, review, study, AI, computer vision, image captioning, generation # Fill in the protocol & hostname for your site. # e.g. 'https://username.github.io', note that it does not end with a '/'. @@ -72,11 +72,12 @@ 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: "https://chirpy-img.netlify.app" +img_cdn: "" # the avatar on sidebar, support local or CORS resources -# avatar: "/assets/img/profile/profile_96_96.jpg" -avatar: "/commons/avatar.jpg" +avatar: "assets/img/profile/profile_96_96.jpg" +# avatar: "/commons/avatar.jpg" # boolean type, the global switch for TOC in posts. toc: true