diff --git a/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc b/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc index b5aa236..c15a8be 100644 Binary files a/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc and b/.sass-cache/ebfdce28b90f164040b60556a8d195c0fb42b4a0/no-style-please.scssc differ diff --git a/_layouts/home.html b/_layouts/home.html index 164e204..22875cd 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -11,8 +11,8 @@

웹 프론트엔드 개발을 좋아해요.

기록하고 공유하는 걸 좋아해요.

- 건강한 협업에 대해 모색하고
- 함께 성장하는 걸 중요시해요. + 건강한 협업에 대해 모색하고, 함께 + 성장하는 걸 중요시해요.

diff --git a/_sass/no-style-please.scss b/_sass/no-style-please.scss index e50c986..80b6cb0 100644 --- a/_sass/no-style-please.scss +++ b/_sass/no-style-please.scss @@ -35,7 +35,9 @@ html { body { color: #fff; - font-family: monospace; + font-family: ui-sans-serif, system-ui, sans-serif, apple color emoji, + segoe ui emoji, segoe ui symbol, noto color emoji; + letter-spacing: 1.2px; font-size: 16px; line-height: 1.8; margin: 0; @@ -64,7 +66,7 @@ p { } a { - color: #b9b9b9; + color: #fff; font-weight: 600; text-decoration: underline; transition: all 0.1s ease; @@ -112,6 +114,8 @@ td { } code { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, + liberation mono, courier new, monospace; color: white; background: #222; border-radius: 4px; @@ -124,7 +128,7 @@ div.highlighter-rouge code { overflow-x: auto; white-space: pre-wrap; padding: 1.3rem; - border-radius: 18px; + border-radius: 0.375rem; } blockquote { @@ -162,7 +166,6 @@ img { strong { color: rgb(255, 111, 15); - text-decoration: underline; } } @@ -184,7 +187,7 @@ header h1 { width: 100%; text-align: center; position: absolute; - top: 35%; + top: 30%; left: 50%; transform: translate(-50%, -100%); font-size: 48px; @@ -193,7 +196,6 @@ header h1 { strong { color: rgb(255, 111, 15); - text-decoration: underline; } span { @@ -214,7 +216,7 @@ header h1 { .introduce { width: 100%; position: absolute; - top: 60%; + top: 65%; left: 50%; text-align: center; font-size: 32px; @@ -235,6 +237,7 @@ header h1 { color: #000; margin-bottom: 40px; padding: 22px 0; + border-radius: 0.375rem; & span:first-of-type { margin-right: 36px; @@ -272,12 +275,6 @@ header h1 { color: rgb(255, 111, 15); } -// Post -.post-title { - color: rgb(255, 111, 15); - text-decoration: underline; -} - @media screen and (max-width: "600px") { // Header header h1 { @@ -312,6 +309,4 @@ header h1 { code { font-size: 12px; } - - } diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 2a6dde1..ef4401b 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -1 +1 @@ -html,body{background:#111}html{height:100%}body{color:#fff;font-family:monospace;font-size:16px;line-height:1.8;margin:0;min-height:100%;overflow-wrap:break-word}.post-meta{text-align:right}h2,h3,h4,h5,h6{margin-top:3rem}hr{margin:2rem 0}p{margin:1rem 0}a{color:#b9b9b9;font-weight:600;text-decoration:underline;transition:all 0.1s ease}a:hover{color:#ff6f0f}li{margin:0.4rem 0}*:target{background:yellow}.w{max-width:720px;margin:0 auto;padding:0 1.5rem 4rem 1.5rem}hr{text-align:center;border:0}hr:before{content:"/////"}hr:after{content:attr(data-content) "/////"}table{border:thin solid #b9b9b9;border-radius:8px;padding:20px 0}th,td{border-collapse:collapse}code{color:white;background:#222;border-radius:4px;padding:2px 4px;font-size:13px}div.highlighter-rouge code{display:block;overflow-x:auto;white-space:pre-wrap;padding:1.3rem;border-radius:18px}blockquote{font-style:italic;border:thin solid #fff;padding:1.2rem}blockquote p{margin:0}img{max-width:85%;display:block;margin:0 auto;border-radius:8px}.background-link{text-decoration:none}.background-header{display:flex;justify-content:center;align-items:end;height:450px;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.background-header strong{color:#ff6f0f;text-decoration:underline}header h1{text-align:center;font-size:24px;color:#fff;margin-bottom:30px}.header{position:relative;width:100%;height:100vh;margin-bottom:40px}.header .header-title{width:100%;text-align:center;position:absolute;top:35%;left:50%;transform:translate(-50%, -100%);font-size:48px;color:#fff;text-align:center}.header .header-title strong{color:#ff6f0f;text-decoration:underline}.header .header-title span{color:#000}.header .background{width:100%;height:100vh;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.header .introduce{width:100%;position:absolute;top:60%;left:50%;text-align:center;font-size:32px;transform:translate(-50%, -50%);color:#fff;font-weight:700}.header .introduce strong{color:#ff6f0f}.contact{border:1px solid #fff;text-align:center;font-size:18px;color:#000;margin-bottom:40px;padding:22px 0}.contact span:first-of-type{margin-right:36px}.profile-container{display:flex}.profile-container .profile1{width:50%;height:50vh;background-image:url("../images/profile1.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(80%)}.profile-container .profile2{width:50%;height:50vh;background-image:url("../images/profile2.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(90%)}.list{color:#ff6f0f}.post-title{color:#ff6f0f;text-decoration:underline}@media screen and (max-width: 600px){header h1{font-size:18px}.header{margin-bottom:40px}.header .header-title{font-size:20px}.contact{font-size:14px}.contact span:first-of-type{margin-right:14px}.introduce p{font-size:18px}.background-header{height:350px}code{font-size:12px}} +html,body{background:#111}html{height:100%}body{color:#fff;font-family:ui-sans-serif, system-ui, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;letter-spacing:1.2px;font-size:16px;line-height:1.8;margin:0;min-height:100%;overflow-wrap:break-word}.post-meta{text-align:right}h2,h3,h4,h5,h6{margin-top:3rem}hr{margin:2rem 0}p{margin:1rem 0}a{color:#fff;font-weight:600;text-decoration:underline;transition:all 0.1s ease}a:hover{color:#ff6f0f}li{margin:0.4rem 0}*:target{background:yellow}.w{max-width:720px;margin:0 auto;padding:0 1.5rem 4rem 1.5rem}hr{text-align:center;border:0}hr:before{content:"/////"}hr:after{content:attr(data-content) "/////"}table{border:thin solid #b9b9b9;border-radius:8px;padding:20px 0}th,td{border-collapse:collapse}code{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;color:white;background:#222;border-radius:4px;padding:2px 4px;font-size:13px}div.highlighter-rouge code{display:block;overflow-x:auto;white-space:pre-wrap;padding:1.3rem;border-radius:0.375rem}blockquote{font-style:italic;border:thin solid #fff;padding:1.2rem}blockquote p{margin:0}img{max-width:85%;display:block;margin:0 auto;border-radius:8px}.background-link{text-decoration:none}.background-header{display:flex;justify-content:center;align-items:end;height:450px;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.background-header strong{color:#ff6f0f}header h1{text-align:center;font-size:24px;color:#fff;margin-bottom:30px}.header{position:relative;width:100%;height:100vh;margin-bottom:40px}.header .header-title{width:100%;text-align:center;position:absolute;top:30%;left:50%;transform:translate(-50%, -100%);font-size:48px;color:#fff;text-align:center}.header .header-title strong{color:#ff6f0f}.header .header-title span{color:#000}.header .background{width:100%;height:100vh;background-image:url("../images/background.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out}.header .introduce{width:100%;position:absolute;top:65%;left:50%;text-align:center;font-size:32px;transform:translate(-50%, -50%);color:#fff;font-weight:700}.header .introduce strong{color:#ff6f0f}.contact{border:1px solid #fff;text-align:center;font-size:18px;color:#000;margin-bottom:40px;padding:22px 0;border-radius:0.375rem}.contact span:first-of-type{margin-right:36px}.profile-container{display:flex}.profile-container .profile1{width:50%;height:50vh;background-image:url("../images/profile1.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(80%)}.profile-container .profile2{width:50%;height:50vh;background-image:url("../images/profile2.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;transition:background-position 0.1s ease-out;filter:brightness(90%)}.list{color:#ff6f0f}@media screen and (max-width: 600px){header h1{font-size:18px}.header{margin-bottom:40px}.header .header-title{font-size:20px}.contact{font-size:14px}.contact span:first-of-type{margin-right:14px}.introduce p{font-size:18px}.background-header{height:350px}code{font-size:12px}} diff --git a/_site/feed.xml b/_site/feed.xml index 2eb5eca..6dc3ef9 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2024-08-15T15:16:37+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog +Jekyll2024-08-31T03:24:54+09:00http://localhost:4000/feed.xmlKang Byeong-hyeon 👨🏻‍💻Kang Byeonghyeon's dev blog Kang Byeonghyeon[우선] 우선을 중단하며2024-07-28T00:00:00+09:002024-07-28T00:00:00+09:00http://localhost:4000/%5B%EC%9A%B0%EC%84%A0%5D%20%EC%9A%B0%EC%84%A0%EC%9D%84%20%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0<p><br /> <br /> <br /></p> diff --git a/_site/index.html b/_site/index.html index d6a3aa5..cc8b34f 100644 --- a/_site/index.html +++ b/_site/index.html @@ -82,8 +82,8 @@

웹 프론트엔드 개발을 좋아해요.

기록하고 공유하는 걸 좋아해요.

- 건강한 협업에 대해 모색하고
- 함께 성장하는 걸 중요시해요. + 건강한 협업에 대해 모색하고, 함께 + 성장하는 걸 중요시해요.