Skip to content

Commit

Permalink
feat: 헤더 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Aug 10, 2024
1 parent 70d8a38 commit ab9708c
Show file tree
Hide file tree
Showing 59 changed files with 855 additions and 692 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Kang Byeong-hyeon 👨🏻‍💻 # name of the site
author: Kang Byeonghyeon # name of site's author
email: [email protected] # email of site's author
url: https://kang-kibong.github.io/ # root address of the site
baseurl: "/byeonghyeon-kang" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
Kang Byeonghyeon's dev blog
Expand All @@ -25,4 +25,4 @@ sass:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-sitemap
9 changes: 6 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
{%- include head.html -%}
<body a="{{ site.theme_config.appearance | default: "auto" }}">
<main class="page-content" aria-label="Content">
<header class="background-header">
<h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
</header>
<a href="/" class="background-link">
<header class="background-header">
<h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
</header>
</a>

<div class="w">
{{ content }}
</div>
Expand Down
4 changes: 4 additions & 0 deletions _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ img {
}

// Header
.background-link {
text-decoration: none;
}

.background-header {
display: flex;
justify-content: center;
Expand Down
23 changes: 13 additions & 10 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="Kang Byeonghyeon’s dev blog" />
<meta property="og:description" content="Kang Byeonghyeon’s dev blog" />
<link rel="canonical" href="http://localhost:4000/byeonghyeon-kang/about" />
<meta property="og:url" content="http://localhost:4000/byeonghyeon-kang/about" />
<link rel="canonical" href="http://localhost:4000/about" />
<meta property="og:url" content="http://localhost:4000/about" />
<meta property="og:site_name" content="Kang Byeong-hyeon 👨🏻‍💻" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="About" />
<script type="application/ld+json">
{"url":"http://localhost:4000/byeonghyeon-kang/about","author":{"@type":"Person","name":"Kang Byeonghyeon"},"@type":"WebPage","description":"Kang Byeonghyeon’s dev blog","headline":"About","@context":"https://schema.org"}</script>
{"url":"http://localhost:4000/about","author":{"@type":"Person","name":"Kang Byeonghyeon"},"@type":"WebPage","description":"Kang Byeonghyeon’s dev blog","headline":"About","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/byeonghyeon-kang/feed.xml" title="Kang Byeong-hyeon 👨🏻‍💻" /><meta name="title" content="Kang Byeong-hyeon 👨🏻‍💻" />
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Kang Byeong-hyeon 👨🏻‍💻" /><meta name="title" content="Kang Byeong-hyeon 👨🏻‍💻" />
<meta name="description" content="Kang Byeong-hyeon's dev blog" />

<!-- Open Graph / Facebook -->
Expand All @@ -39,9 +39,9 @@
<link
rel="shortcut icon"
type="image/x-icon"
href="/byeonghyeon-kang/logo.png"
href="/logo.png"
/>
<link rel="stylesheet" href="/byeonghyeon-kang/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/main.css" />
<script>
window.addEventListener("scroll", function () {
const header = document.querySelector(".background-header");
Expand All @@ -53,11 +53,14 @@
</head>
<body a="auto">
<main class="page-content" aria-label="Content">
<header class="background-header">
<h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
</header>
<a href="/" class="background-link">
<header class="background-header">
<h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
</header>
</a>

<div class="w">
<a href="/byeonghyeon-kang/">..</a><h1>About</h1>
<a href="/">..</a><h1>About</h1>

<p>This is an example page!</p>

Expand Down
23 changes: 13 additions & 10 deletions _site/api-통신부터-에러-핸들링까지-feat-axios.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="Kang Byeonghyeon’s dev blog" />
<meta property="og:description" content="Kang Byeonghyeon’s dev blog" />
<link rel="canonical" href="http://localhost:4000/byeonghyeon-kang/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html" />
<meta property="og:url" content="http://localhost:4000/byeonghyeon-kang/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html" />
<link rel="canonical" href="http://localhost:4000/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html" />
<meta property="og:url" content="http://localhost:4000/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html" />
<meta property="og:site_name" content="Kang Byeong-hyeon 👨🏻‍💻" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-07-12T00:00:00+09:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="API 통신부터 에러 핸들링까지(feat. Axios)" />
<script type="application/ld+json">
{"dateModified":"2024-07-12T00:00:00+09:00","datePublished":"2024-07-12T00:00:00+09:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/byeonghyeon-kang/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html"},"url":"http://localhost:4000/byeonghyeon-kang/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html","author":{"@type":"Person","name":"Kang Byeonghyeon"},"@type":"BlogPosting","description":"Kang Byeonghyeon’s dev blog","headline":"API 통신부터 에러 핸들링까지(feat. Axios)","@context":"https://schema.org"}</script>
{"dateModified":"2024-07-12T00:00:00+09:00","datePublished":"2024-07-12T00:00:00+09:00","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html"},"url":"http://localhost:4000/api-%ED%86%B5%EC%8B%A0%EB%B6%80%ED%84%B0-%EC%97%90%EB%9F%AC-%ED%95%B8%EB%93%A4%EB%A7%81%EA%B9%8C%EC%A7%80-feat-axios.html","author":{"@type":"Person","name":"Kang Byeonghyeon"},"@type":"BlogPosting","description":"Kang Byeonghyeon’s dev blog","headline":"API 통신부터 에러 핸들링까지(feat. Axios)","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/byeonghyeon-kang/feed.xml" title="Kang Byeong-hyeon 👨🏻‍💻" /><meta name="title" content="Kang Byeong-hyeon 👨🏻‍💻" />
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Kang Byeong-hyeon 👨🏻‍💻" /><meta name="title" content="Kang Byeong-hyeon 👨🏻‍💻" />
<meta name="description" content="Kang Byeong-hyeon's dev blog" />

<!-- Open Graph / Facebook -->
Expand All @@ -41,9 +41,9 @@
<link
rel="shortcut icon"
type="image/x-icon"
href="/byeonghyeon-kang/logo.png"
href="/logo.png"
/>
<link rel="stylesheet" href="/byeonghyeon-kang/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/main.css" />
<script>
window.addEventListener("scroll", function () {
const header = document.querySelector(".background-header");
Expand All @@ -55,11 +55,14 @@
</head>
<body a="auto">
<main class="page-content" aria-label="Content">
<header class="background-header">
<h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
</header>
<a href="/" class="background-link">
<header class="background-header">
<h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
</header>
</a>

<div class="w">
<a href="/byeonghyeon-kang/">..</a><article>
<a href="/">..</a><article>
<p class="post-meta">
<time datetime="2024-07-12 00:00:00 +0900">2024-07-12</time>
</p>
Expand Down
Loading

0 comments on commit ab9708c

Please sign in to comment.