Skip to content

Commit 8c243e8

Browse files
committed
Deploy post/2026-05-01-01 ffd2200
1 parent f932e90 commit 8c243e8

11 files changed

Lines changed: 554 additions & 33 deletions
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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+
<meta name="giscus:backlink" content="https://chebread.github.io/post/introducing-python-카테고리-소개">
8+
9+
<title>Introducing Python 카테고리 소개 | 차한음 블로그</title>
10+
<meta name="description" content="Introducing Python 카테고리는 『Lubanovic, B. (2019). Introducing Python (2nd ed.). O&#39;Reilly Media.』를 정리한 ...">
11+
<meta name="author" content="차한음">
12+
<link rel="canonical" href="https://chebread.github.io/">
13+
14+
<meta property="og:title" content="Introducing Python 카테고리 소개 | 차한음 블로그">
15+
<meta property="og:description" content="Introducing Python 카테고리는 『Lubanovic, B. (2019). Introducing Python (2nd ed.). O&#39;Reilly Media.』를 정리한 ...">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://chebread.github.io/post/introducing-python-카테고리-소개">
18+
<meta property="og:site_name" content="차한음 블로그">
19+
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="Introducing Python 카테고리 소개 | 차한음 블로그">
22+
<meta name="twitter:description" content="Introducing Python 카테고리는 『Lubanovic, B. (2019). Introducing Python (2nd ed.). O&#39;Reilly Media.』를 정리한 ...">
23+
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "BlogPosting",
28+
"headline": "Introducing Python 카테고리 소개 | 차한음 블로그",
29+
"author": {
30+
"@type": "Person",
31+
"name": "차한음"
32+
},
33+
"publisher": {
34+
"@type": "Organization",
35+
"name": "차한음",
36+
},
37+
"datePublished": "2025-05-05",
38+
"description": "Introducing Python 카테고리는 『Lubanovic, B. (2019). Introducing Python (2nd ed.). O\u0027Reilly Media.』를 정리한 ..."
39+
}
40+
</script>
41+
42+
<link rel="stylesheet" href="/styles/reset.css" />
43+
<link rel="stylesheet" href="/styles/layout.css" />
44+
<link rel="stylesheet" href="/styles/color-palette.css">
45+
<link rel="stylesheet" href="/styles/chroma.css">
46+
47+
<link rel="stylesheet" href="/styles/github-markdown.css">
48+
<link rel="stylesheet" href="/styles/post.css">
49+
50+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
51+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
52+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
53+
</head>
54+
<body>
55+
<div class="root">
56+
<div class="post">
57+
<nav class="post-nav">
58+
<a href="/" class="">
59+
<span></span>
60+
</a>
61+
<a href="/about" class="">
62+
<span>어바웃</span>
63+
</a>
64+
<a href="/posts" class="active">
65+
<span>포스트</span>
66+
</a>
67+
</nav>
68+
69+
<main class="post-content">
70+
<header class="post-header">
71+
<h1 class="post-title">Introducing Python 카테고리 소개</h1>
72+
<p class="post-date"><time datetime="2025-05-05">2025년 05월 05일</time></p>
73+
<p class="post-category"><a href="/posts/introducing-python">[Introducing Python]</a></p>
74+
</header>
75+
<div class="post-body">
76+
<article class="markdown-body"><img src="https://www.oreilly.com/covers/urn:orm:book:9781492051374/296w" width="300">
77+
<p><a href="/posts/introducing-python">Introducing Python</a> 카테고리는 <a href="https://www.oreilly.com/library/view/introducing-python-2nd/9781492051374/">『Lubanovic, B. (2019). Introducing Python (2nd ed.). O'Reilly Media.』</a>를 정리한 포스팅으로 구성되어 있습니다.</p>
78+
<p>Python을 공부하시는 많은 분들께 도움이 되길 바랍니다.</p>
79+
</article>
80+
</div>
81+
<section class="post-comments">
82+
<script src="https://giscus.app/client.js"
83+
data-repo="chebread/chebread.github.io"
84+
data-repo-id="R_kgDOP0JptQ"
85+
data-category="Announcements"
86+
data-category-id="DIC_kwDOP0Jptc4CwG8I"
87+
data-mapping="title"
88+
data-strict="0"
89+
data-reactions-enabled="1"
90+
data-emit-metadata="0"
91+
data-input-position="top"
92+
data-theme="light"
93+
data-lang="ko"
94+
crossorigin="anonymous"
95+
async>
96+
</script>
97+
</section>
98+
</main>
99+
100+
<footer class="post-footer">
101+
<section>
102+
<p>&copy; 2025-2026 Cha Haneum</p>
103+
</section>
104+
<section>
105+
<a href="https://github.com/chebread">
106+
<span>깃허브</span>
107+
</a>
108+
<a href="mailto:chahaneum@chebread.com">
109+
<span>이메일</span>
110+
</a>
111+
</section>
112+
</footer>
113+
</div>
114+
</div>
115+
116+
<script src="/js/main.js"></script>
117+
</body>
118+
</html>

post/tgpl-카테고리-소개.html

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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+
<meta name="giscus:backlink" content="https://chebread.github.io/post/tgpl-카테고리-소개">
8+
9+
<title>TGPL 카테고리 소개 | 차한음 블로그</title>
10+
<meta name="description" content="TGPL 카테고리는 『Donovan, A. A. A., &amp; Kernighan, B. W. (2015). The Go programming language. Addison-Wesle...">
11+
<meta name="author" content="차한음">
12+
<link rel="canonical" href="https://chebread.github.io/">
13+
14+
<meta property="og:title" content="TGPL 카테고리 소개 | 차한음 블로그">
15+
<meta property="og:description" content="TGPL 카테고리는 『Donovan, A. A. A., &amp; Kernighan, B. W. (2015). The Go programming language. Addison-Wesle...">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://chebread.github.io/post/tgpl-카테고리-소개">
18+
<meta property="og:site_name" content="차한음 블로그">
19+
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="TGPL 카테고리 소개 | 차한음 블로그">
22+
<meta name="twitter:description" content="TGPL 카테고리는 『Donovan, A. A. A., &amp; Kernighan, B. W. (2015). The Go programming language. Addison-Wesle...">
23+
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "BlogPosting",
28+
"headline": "TGPL 카테고리 소개 | 차한음 블로그",
29+
"author": {
30+
"@type": "Person",
31+
"name": "차한음"
32+
},
33+
"publisher": {
34+
"@type": "Organization",
35+
"name": "차한음",
36+
},
37+
"datePublished": "2026-04-26",
38+
"description": "TGPL 카테고리는 『Donovan, A. A. A., \u0026 Kernighan, B. W. (2015). The Go programming language. Addison-Wesle..."
39+
}
40+
</script>
41+
42+
<link rel="stylesheet" href="/styles/reset.css" />
43+
<link rel="stylesheet" href="/styles/layout.css" />
44+
<link rel="stylesheet" href="/styles/color-palette.css">
45+
<link rel="stylesheet" href="/styles/chroma.css">
46+
47+
<link rel="stylesheet" href="/styles/github-markdown.css">
48+
<link rel="stylesheet" href="/styles/post.css">
49+
50+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
51+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
52+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
53+
</head>
54+
<body>
55+
<div class="root">
56+
<div class="post">
57+
<nav class="post-nav">
58+
<a href="/" class="">
59+
<span></span>
60+
</a>
61+
<a href="/about" class="">
62+
<span>어바웃</span>
63+
</a>
64+
<a href="/posts" class="active">
65+
<span>포스트</span>
66+
</a>
67+
</nav>
68+
69+
<main class="post-content">
70+
<header class="post-header">
71+
<h1 class="post-title">TGPL 카테고리 소개</h1>
72+
<p class="post-date"><time datetime="2026-04-26">2026년 04월 26일</time></p>
73+
<p class="post-category"><a href="/posts/tgpl">[TGPL]</a></p>
74+
</header>
75+
<div class="post-body">
76+
<article class="markdown-body"><img src="https://www.gopl.io/cover.png" width="300">
77+
<p><a href="/posts/tgpl">TGPL</a> 카테고리는 <a href="https://www.gopl.io/">『Donovan, A. A. A., &amp; Kernighan, B. W. (2015). The Go programming language. Addison-Wesley Professional.』</a>를 정리한 포스팅으로 구성되어 있습니다.</p>
78+
<p>Go 언어를 공부하시는 많은 분들께 도움이 되길 바랍니다.</p>
79+
</article>
80+
</div>
81+
<section class="post-comments">
82+
<script src="https://giscus.app/client.js"
83+
data-repo="chebread/chebread.github.io"
84+
data-repo-id="R_kgDOP0JptQ"
85+
data-category="Announcements"
86+
data-category-id="DIC_kwDOP0Jptc4CwG8I"
87+
data-mapping="title"
88+
data-strict="0"
89+
data-reactions-enabled="1"
90+
data-emit-metadata="0"
91+
data-input-position="top"
92+
data-theme="light"
93+
data-lang="ko"
94+
crossorigin="anonymous"
95+
async>
96+
</script>
97+
</section>
98+
</main>
99+
100+
<footer class="post-footer">
101+
<section>
102+
<p>&copy; 2025-2026 Cha Haneum</p>
103+
</section>
104+
<section>
105+
<a href="https://github.com/chebread">
106+
<span>깃허브</span>
107+
</a>
108+
<a href="mailto:chahaneum@chebread.com">
109+
<span>이메일</span>
110+
</a>
111+
</section>
112+
</footer>
113+
</div>
114+
</div>
115+
116+
<script src="/js/main.js"></script>
117+
</body>
118+
</html>

post/들어가며.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<header class="post-header">
7171
<h1 class="post-title">들어가며</h1>
7272
<p class="post-date"><time datetime="2026-04-26">2026년 04월 26일</time></p>
73-
<p class="post-category"><a href="/posts/the-go-programming-language">[The Go Programming Language]</a></p>
73+
<p class="post-category"><a href="/posts/tgpl">[TGPL]</a></p>
7474
</header>
7575
<div class="post-body">
7676
<article class="markdown-body"><h2>옮긴이의 글</h2>

0 commit comments

Comments
 (0)