Skip to content

Commit bd3bf44

Browse files
committed
Deploy post/2025-12-26-01 efd52f8
1 parent d3fd417 commit bd3bf44

3 files changed

Lines changed: 251 additions & 2 deletions

File tree

post/인간의-적.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
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/인간의-적">
8+
9+
<title>인간의 적 | 차한음 블로그</title>
10+
<meta name="description" content="체 게바라 평전 (장 코르미에)">
11+
<meta name="author" content="차한음">
12+
<link rel="canonical" href="https://chebread.github.io/">
13+
14+
<meta property="og:title" content="인간의 적 | 차한음 블로그">
15+
<meta property="og:description" content="체 게바라 평전 (장 코르미에)">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://chebread.github.io/post/인간의-적">
18+
<meta property="og:site_name" content="차한음 블로그">
19+
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="인간의 적 | 차한음 블로그">
22+
<meta name="twitter:description" content="체 게바라 평전 (장 코르미에)">
23+
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "BlogPosting",
28+
"headline": "인간의 적 | 차한음 블로그",
29+
"author": {
30+
"@type": "Person",
31+
"name": "차한음"
32+
},
33+
"publisher": {
34+
"@type": "Organization",
35+
"name": "차한음",
36+
},
37+
"datePublished": "2025-10-09",
38+
"description": "체 게바라 평전 (장 코르미에)"
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">인간의 적</h1>
72+
<p class="post-date"><time datetime="2025-10-09">2025년 10월 09일</time></p>
73+
<p class="post-category"></p>
74+
</header>
75+
<div class="post-body">
76+
<article class="markdown-body"><blockquote>
77+
<p>우리 앞에는 끝없는 투쟁이 있음을 기억하여라. 네가 어른이 되었을 때 너 역시 투쟁의 대열에 끼어야 할 것이다. 어른이 될 때까지 가장 혁명적인 사람이 되도록 준비하여라. 이 말은 네 나이에는 많이 배워야 한다는 것을 의미한단다. 가능하다면 정의를 지지할 수 있도록 준비하여라. 나는 네 나이에 그러지를 못했단다. <strong>그 시대에는 인간의 적이 인간이었다.</strong> 하지만 지금 네게는 다른 시대를 살 권리가 있다. 그러니 시대에 걸맞은 사람이 되어야 한다.</p>
78+
</blockquote>
79+
<p>아직도 왜 인간의 적이 인간인 것인가?</p>
80+
</article>
81+
</div>
82+
<section class="post-comments">
83+
<script src="https://giscus.app/client.js"
84+
data-repo="chebread/chebread.github.io"
85+
data-repo-id="R_kgDOP0JptQ"
86+
data-category="Announcements"
87+
data-category-id="DIC_kwDOP0Jptc4CwG8I"
88+
data-mapping="title"
89+
data-strict="0"
90+
data-reactions-enabled="1"
91+
data-emit-metadata="0"
92+
data-input-position="top"
93+
data-theme="light"
94+
data-lang="ko"
95+
crossorigin="anonymous"
96+
async>
97+
</script>
98+
</section>
99+
</main>
100+
101+
<footer class="post-footer">
102+
<section>
103+
<p>&copy; 2025 Cha Haneum</p>
104+
</section>
105+
<section>
106+
<a href="https://github.com/chebread">
107+
<span>깃허브</span>
108+
</a>
109+
<a href="mailto:chahaneum@chebread.com">
110+
<span>이메일</span>
111+
</a>
112+
</section>
113+
</footer>
114+
</div>
115+
</div>
116+
117+
<script src="/js/main.js"></script>
118+
</body>
119+
</html>

post/지남철.html

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
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/지남철">
8+
9+
<title>지남철 | 차한음 블로그</title>
10+
<meta name="description" content="나무야나무야 (신영복)">
11+
<meta name="author" content="차한음">
12+
<link rel="canonical" href="https://chebread.github.io/">
13+
14+
<meta property="og:title" content="지남철 | 차한음 블로그">
15+
<meta property="og:description" content="나무야나무야 (신영복)">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://chebread.github.io/post/지남철">
18+
<meta property="og:site_name" content="차한음 블로그">
19+
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="지남철 | 차한음 블로그">
22+
<meta name="twitter:description" content="나무야나무야 (신영복)">
23+
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "BlogPosting",
28+
"headline": "지남철 | 차한음 블로그",
29+
"author": {
30+
"@type": "Person",
31+
"name": "차한음"
32+
},
33+
"publisher": {
34+
"@type": "Organization",
35+
"name": "차한음",
36+
},
37+
"datePublished": "2025-12-26",
38+
"description": "나무야나무야 (신영복)"
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">지남철</h1>
72+
<p class="post-date"><time datetime="2025-12-26">2025년 12월 26일</time></p>
73+
<p class="post-category"></p>
74+
</header>
75+
<div class="post-body">
76+
<article class="markdown-body"><blockquote>
77+
<p>북극을 가리키는 지남철은 무엇이 두려운지 항상 그 바늘 끝을 떨고 있다.
78+
여윈 바늘 끝이 떨고 있는 한 그 지남철은 자기에게 지니워진 사명을 완수하려는 의사를 잊지 않고 있음이 분명하며, 바늘이 가리키는 방향을 믿어서 좋다.
79+
만일 그 바늘 끝이 불안스러워보이는 전율을 멈추고 어느 한쪽에 고정될 때 우리는 그것을 버려야 한다. 이미 지남철이 아니기 때문이다.</p>
80+
</blockquote>
81+
</article>
82+
</div>
83+
<section class="post-comments">
84+
<script src="https://giscus.app/client.js"
85+
data-repo="chebread/chebread.github.io"
86+
data-repo-id="R_kgDOP0JptQ"
87+
data-category="Announcements"
88+
data-category-id="DIC_kwDOP0Jptc4CwG8I"
89+
data-mapping="title"
90+
data-strict="0"
91+
data-reactions-enabled="1"
92+
data-emit-metadata="0"
93+
data-input-position="top"
94+
data-theme="light"
95+
data-lang="ko"
96+
crossorigin="anonymous"
97+
async>
98+
</script>
99+
</section>
100+
</main>
101+
102+
<footer class="post-footer">
103+
<section>
104+
<p>&copy; 2025 Cha Haneum</p>
105+
</section>
106+
<section>
107+
<a href="https://github.com/chebread">
108+
<span>깃허브</span>
109+
</a>
110+
<a href="mailto:chahaneum@chebread.com">
111+
<span>이메일</span>
112+
</a>
113+
</section>
114+
</footer>
115+
</div>
116+
</div>
117+
118+
<script src="/js/main.js"></script>
119+
</body>
120+
</html>

sitemap.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.1/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
33
<url>
44
<loc>https://chebread.github.io/</loc>
5-
<lastmod>2025-12-21</lastmod>
5+
<lastmod>2025-12-26</lastmod>
66
<changefreq>monthly</changefreq>
77
</url>
88
<url>
99
<loc>https://chebread.github.io/about.html</loc>
10-
<lastmod>2025-12-21</lastmod>
10+
<lastmod>2025-12-26</lastmod>
1111
<changefreq>monthly</changefreq>
1212
</url>
1313
<url>
@@ -130,6 +130,16 @@
130130
<lastmod>2025-11-08</lastmod>
131131
<changefreq>weekly</changefreq>
132132
</url>
133+
<url>
134+
<loc>https://chebread.github.io/post/인간의-적</loc>
135+
<lastmod>2025-10-09</lastmod>
136+
<changefreq>weekly</changefreq>
137+
</url>
138+
<url>
139+
<loc>https://chebread.github.io/post/지남철</loc>
140+
<lastmod>2025-12-26</lastmod>
141+
<changefreq>weekly</changefreq>
142+
</url>
133143
<url>
134144
<loc>https://chebread.github.io/post/짧은-1년-긴-하루</loc>
135145
<lastmod>2025-11-07</lastmod>

0 commit comments

Comments
 (0)