Skip to content

Commit 0c5e5d2

Browse files
committed
Deploy post/2025-10-01-01 0cd8067
1 parent 9d0875d commit 0c5e5d2

36 files changed

Lines changed: 935 additions & 6939 deletions
Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
66

7-
<title>[Python] 문법 정리 | 차한음 블로그</title>
8-
<meta name="description" content="&#34;처음 시작하는 파이썬 (2판)&#34;의 핵심 파트를 저도 나중에 참고가능 하도록 정리한 글입니다. 코드를 적게 입력하고, 그 시간에 더 많은 일을 하는 데 익숙해지자. 많은 분들께 저...">
7+
<title>a | 차한음 블로그</title>
8+
<meta name="description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
99
<meta name="author" content="차한음">
1010
<link rel="canonical" href="https://chebread.github.io/">
1111

12-
<meta property="og:title" content="[Python] 문법 정리 | 차한음 블로그">
13-
<meta property="og:description" content="&#34;처음 시작하는 파이썬 (2판)&#34;의 핵심 파트를 저도 나중에 참고가능 하도록 정리한 글입니다. 코드를 적게 입력하고, 그 시간에 더 많은 일을 하는 데 익숙해지자. 많은 분들께 저...">
12+
<meta property="og:title" content="a | 차한음 블로그">
13+
<meta property="og:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
1414
<meta property="og:type" content="article">
15-
<meta property="og:url" content="https://chebread.github.io/post/python-문법-정리">
15+
<meta property="og:url" content="https://chebread.github.io/post/a">
1616
<meta property="og:site_name" content="차한음 블로그">
1717

1818
<meta name="twitter:card" content="summary_large_image">
19-
<meta name="twitter:title" content="[Python] 문법 정리 | 차한음 블로그">
20-
<meta name="twitter:description" content="&#34;처음 시작하는 파이썬 (2판)&#34;의 핵심 파트를 저도 나중에 참고가능 하도록 정리한 글입니다. 코드를 적게 입력하고, 그 시간에 더 많은 일을 하는 데 익숙해지자. 많은 분들께 저...">
19+
<meta name="twitter:title" content="a | 차한음 블로그">
20+
<meta name="twitter:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
2121

2222
<script type="application/ld+json">
2323
{
2424
"@context": "https://schema.org",
2525
"@type": "BlogPosting",
26-
"headline": "[Python] 문법 정리 | 차한음 블로그",
26+
"headline": "a | 차한음 블로그",
2727
"author": {
2828
"@type": "Person",
2929
"name": "차한음"
@@ -32,8 +32,8 @@
3232
"@type": "Organization",
3333
"name": "차한음",
3434
},
35-
"datePublished": "2025-05-05",
36-
"description": "\u0022처음 시작하는 파이썬 (2판)\u0022의 핵심 파트를 저도 나중에 참고가능 하도록 정리한 글입니다. 코드를 적게 입력하고, 그 시간에 더 많은 일을 하는 데 익숙해지자. 많은 분들께 저..."
35+
"datePublished": "2022-03-09",
36+
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ..."
3737
}
3838
</script>
3939

@@ -66,17 +66,12 @@
6666

6767
<main class="post-content">
6868
<header class="post-header">
69-
<h1 class="post-title">[Python] 문법 정리</h1>
70-
<p class="post-date"><time datetime="2025-05-05">2025년 05월 05일</time></p>
71-
<p class="post-category">[Python 문법 정리]</p>
69+
<h1 class="post-title">a</h1>
70+
<p class="post-date"><time datetime="2022-03-09">2022년 03월 09일</time></p>
71+
<p class="post-category"><a href="/posts/%ed%95%b4%ec%bb%a4%ed%86%a4">[해커톤]</a></p>
7272
</header>
7373
<div class="post-body">
74-
<article class="markdown-body"><p><img src="https://velog.velcdn.com/images/haneum/post/6a39733f-60c0-4294-927e-71e132344d1c/image.png" alt=""></p>
75-
<p>&quot;처음 시작하는 파이썬 (2판)&quot;의 핵심 파트를 저도 나중에 참고가능 하도록 정리한 글입니다.</p>
76-
<blockquote>
77-
<p>코드를 적게 입력하고, 그 시간에 더 많은 일을 하는 데 익숙해지자.</p>
78-
</blockquote>
79-
<p>많은 분들께 저의 &quot;Python 문법 정리&quot; 시리즈가 도움이 되시길 바랍니다.</p>
74+
<article class="markdown-body"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
8075
</article>
8176
</div>
8277
</main>

post/b.html

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
6+
7+
<title>b | 차한음 블로그</title>
8+
<meta name="description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
9+
<meta name="author" content="차한음">
10+
<link rel="canonical" href="https://chebread.github.io/">
11+
12+
<meta property="og:title" content="b | 차한음 블로그">
13+
<meta property="og:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
14+
<meta property="og:type" content="article">
15+
<meta property="og:url" content="https://chebread.github.io/post/b">
16+
<meta property="og:site_name" content="차한음 블로그">
17+
18+
<meta name="twitter:card" content="summary_large_image">
19+
<meta name="twitter:title" content="b | 차한음 블로그">
20+
<meta name="twitter:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
21+
22+
<script type="application/ld+json">
23+
{
24+
"@context": "https://schema.org",
25+
"@type": "BlogPosting",
26+
"headline": "b | 차한음 블로그",
27+
"author": {
28+
"@type": "Person",
29+
"name": "차한음"
30+
},
31+
"publisher": {
32+
"@type": "Organization",
33+
"name": "차한음",
34+
},
35+
"datePublished": "2022-02-10",
36+
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ..."
37+
}
38+
</script>
39+
40+
<link rel="stylesheet" href="/styles/reset.css" />
41+
<link rel="stylesheet" href="/styles/layout.css" />
42+
<link rel="stylesheet" href="/styles/color-palette.css">
43+
<link rel="stylesheet" href="/styles/chroma.css">
44+
45+
<link rel="stylesheet" href="/styles/github-markdown.css">
46+
<link rel="stylesheet" href="/styles/post.css">
47+
48+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
49+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
50+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
51+
</head>
52+
<body>
53+
<div class="root">
54+
<div class="post">
55+
<nav class="post-nav">
56+
<a href="/" class="">
57+
<span></span>
58+
</a>
59+
<a href="/about" class="">
60+
<span>어바웃</span>
61+
</a>
62+
<a href="/posts" class="active">
63+
<span>포스트</span>
64+
</a>
65+
</nav>
66+
67+
<main class="post-content">
68+
<header class="post-header">
69+
<h1 class="post-title">b</h1>
70+
<p class="post-date"><time datetime="2022-02-10">2022년 02월 10일</time></p>
71+
<p class="post-category"><a href="/posts/%ed%95%b4%ec%bb%a4%ed%86%a4">[해커톤]</a></p>
72+
</header>
73+
<div class="post-body">
74+
<article class="markdown-body"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
75+
</article>
76+
</div>
77+
</main>
78+
79+
<footer class="post-footer">
80+
<section>
81+
<p>&copy; 2025 Cha Haneum</p>
82+
</section>
83+
<section>
84+
<a href="https://github.com/chebread">
85+
<span>깃허브</span>
86+
</a>
87+
<a href="">
88+
<span>이메일</span>
89+
</a>
90+
</section>
91+
</footer>
92+
</div>
93+
</div>
94+
95+
<script src="/js/main.js"></script>
96+
</body>
97+
</html>

post/c.html

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
6+
7+
<title>c | 차한음 블로그</title>
8+
<meta name="description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
9+
<meta name="author" content="차한음">
10+
<link rel="canonical" href="https://chebread.github.io/">
11+
12+
<meta property="og:title" content="c | 차한음 블로그">
13+
<meta property="og:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
14+
<meta property="og:type" content="article">
15+
<meta property="og:url" content="https://chebread.github.io/post/c">
16+
<meta property="og:site_name" content="차한음 블로그">
17+
18+
<meta name="twitter:card" content="summary_large_image">
19+
<meta name="twitter:title" content="c | 차한음 블로그">
20+
<meta name="twitter:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
21+
22+
<script type="application/ld+json">
23+
{
24+
"@context": "https://schema.org",
25+
"@type": "BlogPosting",
26+
"headline": "c | 차한음 블로그",
27+
"author": {
28+
"@type": "Person",
29+
"name": "차한음"
30+
},
31+
"publisher": {
32+
"@type": "Organization",
33+
"name": "차한음",
34+
},
35+
"datePublished": "2022-01-10",
36+
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ..."
37+
}
38+
</script>
39+
40+
<link rel="stylesheet" href="/styles/reset.css" />
41+
<link rel="stylesheet" href="/styles/layout.css" />
42+
<link rel="stylesheet" href="/styles/color-palette.css">
43+
<link rel="stylesheet" href="/styles/chroma.css">
44+
45+
<link rel="stylesheet" href="/styles/github-markdown.css">
46+
<link rel="stylesheet" href="/styles/post.css">
47+
48+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
49+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
50+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
51+
</head>
52+
<body>
53+
<div class="root">
54+
<div class="post">
55+
<nav class="post-nav">
56+
<a href="/" class="">
57+
<span></span>
58+
</a>
59+
<a href="/about" class="">
60+
<span>어바웃</span>
61+
</a>
62+
<a href="/posts" class="active">
63+
<span>포스트</span>
64+
</a>
65+
</nav>
66+
67+
<main class="post-content">
68+
<header class="post-header">
69+
<h1 class="post-title">c</h1>
70+
<p class="post-date"><time datetime="2022-01-10">2022년 01월 10일</time></p>
71+
<p class="post-category"><a href="/posts/%ed%95%b4%ec%bb%a4%ed%86%a4">[해커톤]</a></p>
72+
</header>
73+
<div class="post-body">
74+
<article class="markdown-body"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
75+
</article>
76+
</div>
77+
</main>
78+
79+
<footer class="post-footer">
80+
<section>
81+
<p>&copy; 2025 Cha Haneum</p>
82+
</section>
83+
<section>
84+
<a href="https://github.com/chebread">
85+
<span>깃허브</span>
86+
</a>
87+
<a href="">
88+
<span>이메일</span>
89+
</a>
90+
</section>
91+
</footer>
92+
</div>
93+
</div>
94+
95+
<script src="/js/main.js"></script>
96+
</body>
97+
</html>

post/d.html

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
6+
7+
<title>d | 차한음 블로그</title>
8+
<meta name="description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
9+
<meta name="author" content="차한음">
10+
<link rel="canonical" href="https://chebread.github.io/">
11+
12+
<meta property="og:title" content="d | 차한음 블로그">
13+
<meta property="og:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
14+
<meta property="og:type" content="article">
15+
<meta property="og:url" content="https://chebread.github.io/post/d">
16+
<meta property="og:site_name" content="차한음 블로그">
17+
18+
<meta name="twitter:card" content="summary_large_image">
19+
<meta name="twitter:title" content="d | 차한음 블로그">
20+
<meta name="twitter:description" content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ...">
21+
22+
<script type="application/ld+json">
23+
{
24+
"@context": "https://schema.org",
25+
"@type": "BlogPosting",
26+
"headline": "d | 차한음 블로그",
27+
"author": {
28+
"@type": "Person",
29+
"name": "차한음"
30+
},
31+
"publisher": {
32+
"@type": "Organization",
33+
"name": "차한음",
34+
},
35+
"datePublished": "2025-01-01",
36+
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ..."
37+
}
38+
</script>
39+
40+
<link rel="stylesheet" href="/styles/reset.css" />
41+
<link rel="stylesheet" href="/styles/layout.css" />
42+
<link rel="stylesheet" href="/styles/color-palette.css">
43+
<link rel="stylesheet" href="/styles/chroma.css">
44+
45+
<link rel="stylesheet" href="/styles/github-markdown.css">
46+
<link rel="stylesheet" href="/styles/post.css">
47+
48+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
49+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
50+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
51+
</head>
52+
<body>
53+
<div class="root">
54+
<div class="post">
55+
<nav class="post-nav">
56+
<a href="/" class="">
57+
<span></span>
58+
</a>
59+
<a href="/about" class="">
60+
<span>어바웃</span>
61+
</a>
62+
<a href="/posts" class="active">
63+
<span>포스트</span>
64+
</a>
65+
</nav>
66+
67+
<main class="post-content">
68+
<header class="post-header">
69+
<h1 class="post-title">d</h1>
70+
<p class="post-date"><time datetime="2025-01-01">2025년 01월 01일</time></p>
71+
<p class="post-category"><a href="/posts/%ed%95%b4%ec%bb%a4%ed%86%a4">[해커톤]</a></p>
72+
</header>
73+
<div class="post-body">
74+
<article class="markdown-body"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
75+
</article>
76+
</div>
77+
</main>
78+
79+
<footer class="post-footer">
80+
<section>
81+
<p>&copy; 2025 Cha Haneum</p>
82+
</section>
83+
<section>
84+
<a href="https://github.com/chebread">
85+
<span>깃허브</span>
86+
</a>
87+
<a href="">
88+
<span>이메일</span>
89+
</a>
90+
</section>
91+
</footer>
92+
</div>
93+
</div>
94+
95+
<script src="/js/main.js"></script>
96+
</body>
97+
</html>

post/go로-정적-블로그-개발해-본-후기.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<header class="post-header">
6969
<h1 class="post-title">Go로 정적 블로그 개발해 본 후기</h1>
7070
<p class="post-date"><time datetime="2025-09-26">2025년 09월 26일</time></p>
71-
<p class="post-category">[개발 회고]</p>
71+
<p class="post-category"><a href="/posts/%ea%b0%9c%eb%b0%9c-%ed%9a%8c%ea%b3%a0">[개발 회고]</a></p>
7272
</header>
7373
<div class="post-body">
7474
<article class="markdown-body"><p><img src="/assets/gopher.png" alt=""></p>

0 commit comments

Comments
 (0)