From c29bbfe4bf77a099c002fd4bcc788af72fe259d6 Mon Sep 17 00:00:00 2001 From: heechokim Date: Sat, 4 Nov 2023 02:57:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 4 ++-- _includes/sections/about.html | 9 ++++++++- _sass/pages/_post.scss | 3 +-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index e67dcf3..7c9feca 100755 --- a/_config.yml +++ b/_config.yml @@ -4,9 +4,9 @@ #################################### # remote_theme : renyuanz/leonids -title: choheeis +title: heechokim email: chchgml10@gmail.com -description: 안드로이드 개발자를 목표로 달려나가는 김초희의 블로그입니다😍 +description: url: https://heechokim.github.io/newblog/ baseurl : "" keywords: ["blog", "jekyll"] diff --git a/_includes/sections/about.html b/_includes/sections/about.html index 883f98d..aa3fca5 100644 --- a/_includes/sections/about.html +++ b/_includes/sections/about.html @@ -1,7 +1,14 @@

About

- 하이 헬로 안녕하세요ㅎㅎ🙂 + 하이 헬로 안녕하세요 🙂 +

📌 Contact : chchgml10@gmail.com +
+
+
+
+
+
diff --git a/_sass/pages/_post.scss b/_sass/pages/_post.scss index 0305794..da7d89d 100755 --- a/_sass/pages/_post.scss +++ b/_sass/pages/_post.scss @@ -31,8 +31,6 @@ // Post Section section.post { margin-bottom: 80px; - margin-left: 100px; - margin-right: 100px; } // Back home button @@ -94,6 +92,7 @@ a.read-more { color: #353535; font-weight: 500; padding-bottom: 11px; + margin-left: 100px; .post-header { margin: 0 auto 50px; }