From cb321b9963162e596315af6a598bd3eef1188c1b Mon Sep 17 00:00:00 2001 From: john Doe Date: Fri, 15 Mar 2024 18:03:40 +0900 Subject: [PATCH] title change title change --- _config.yml | 2 +- _posts/2024-03-15-test.md | 2 +- _sass/addon/commons.scss | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 12df96473e7..d27b446357c 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ timezone: Asia/Shanghai # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: BambooStreet # the main title tagline: A text-focused Jekyll theme # it will display as the sub-title diff --git a/_posts/2024-03-15-test.md b/_posts/2024-03-15-test.md index 7df095aaef7..391bcaa4e9b 100644 --- a/_posts/2024-03-15-test.md +++ b/_posts/2024-03-15-test.md @@ -1,5 +1,5 @@ --- -title: test +title: test(황주훈) author: cotes date: 2024-03-15 00:34:00 +0800 categories: [Blogging, Tutorial] diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index f2e7ba6acd1..b95684d70e2 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -753,6 +753,7 @@ $btn-mb: 0.5rem; width: 100%; } + /* 타이틀에 대한 색상 크기 등을 변경할 수 있습니다. */ .site-title { font-family: inherit; font-weight: 900; @@ -770,6 +771,7 @@ $btn-mb: 0.5rem; } } + /* 서브 타이틀에 대한 색상 크기 등을 변경할 수 있습니다. */ .site-subtitle { font-size: 95%; color: var(--site-subtitle-color);