File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11HIPPOCRATIC LICENSE
22
3- Copyright (c) 2025 Cha Haneum
3+ Copyright (c) 2025-2026 Cha Haneum
44
55Version 3.0, October 2021
66
Original file line number Diff line number Diff line change @@ -7,6 +7,3 @@ This is the directory for the blog's posts.
77
88## How to Use Markdown
99If you add ` two spaces ` to the end of a sentence, it becomes ` <br/> ` function.
10-
11- ## LICENSE
12- MIT LICENSE © ; 2025 Cha Haneum
Original file line number Diff line number Diff line change 4545
4646 < link rel ="stylesheet " href ="/styles/about.css ">
4747 < link rel ="stylesheet " href ="/styles/github-markdown.css ">
48-
48+
4949 < link rel ="icon " href ="/favicons/favicon.ico " sizes ="any ">
5050 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicons/favicon-32x32.png ">
5151 < link rel ="apple-touch-icon " href ="/favicons/apple-touch-icon.png ">
@@ -78,7 +78,7 @@ <h1>개발자 차한음</h1>
7878 </ main >
7979 < footer class ="about-footer ">
8080 < section >
81- < p > © 2025 Cha Haneum</ p >
81+ < p > © 2025-2026 Cha Haneum</ p >
8282 </ section >
8383 < section >
8484 < a href ="https://github.com/chebread ">
@@ -94,4 +94,4 @@ <h1>개발자 차한음</h1>
9494
9595 < script src ="/js/main.js "> </ script >
9696</ body >
97- </ html >
97+ </ html >
Original file line number Diff line number Diff line change 4141 < link rel ="stylesheet " href ="/styles/color-palette.css ">
4242
4343 < link rel ="stylesheet " href ="/styles/category.css ">
44-
44+
4545 < link rel ="icon " href ="/favicons/favicon.ico " sizes ="any ">
4646 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicons/favicon-32x32.png ">
4747 < link rel ="apple-touch-icon " href ="/favicons/apple-touch-icon.png ">
6060 < span > 포스트</ span >
6161 </ a >
6262 </ nav >
63-
63+
6464 < main class ="category-list ">
6565 {{ .PostList }}
6666 </ main >
6767 < footer class ="category-footer ">
6868 < section >
69- < p > © 2025 Cha Haneum</ p >
69+ < p > © 2025-2026 Cha Haneum</ p >
7070 </ section >
7171 < section >
7272 < a href ="https://github.com/chebread ">
8282
8383 < script src ="/js/main.js "> </ script >
8484</ body >
85- </ html >
85+ </ html >
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, viewport-fit=cover ">
66
77 < link rel ="preload " href ="/assets/profile.webp " as ="image " type ="image/webp ">
8-
8+
99 < title > 차한음 블로그</ title >
1010 < meta name ="description " content ="개발자 차한음 블로그 ">
1111 < meta name ="author " content ="차한음 ">
4242 < link rel ="stylesheet " href ="/styles/layout.css " />
4343 < link rel ="stylesheet " href ="/styles/color-palette.css ">
4444 < link rel ="stylesheet " href ="/styles/chroma.css ">
45-
45+
4646 < link rel ="stylesheet " href ="/styles/home.css ">
4747 < link rel ="stylesheet " href ="/styles/github-markdown.css ">
48-
48+
4949 < link rel ="icon " href ="/favicons/favicon.ico " sizes ="any ">
5050 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicons/favicon-32x32.png ">
5151 < link rel ="apple-touch-icon " href ="/favicons/apple-touch-icon.png ">
7070 < h1 > 차한음 블로그</ h1 >
7171 </ div >
7272 </ header >
73-
73+
7474 < main class ="home-content ">
7575 < article class ="markdown-body ">
7676 {{- .Content -}}
7777 </ article >
7878 </ main >
7979 < footer class ="home-footer ">
8080 < section >
81- < p > © 2025 Cha Haneum</ p >
81+ < p > © 2025-2026 Cha Haneum</ p >
8282 </ section >
8383 < section >
8484 < a href ="https://github.com/chebread ">
@@ -94,4 +94,4 @@ <h1>차한음 블로그</h1>
9494
9595 < script src ="/js/main.js "> </ script >
9696</ body >
97- </ html >
97+ </ html >
Original file line number Diff line number Diff line change 6565 < span > 포스트</ span >
6666 </ a >
6767 </ nav >
68-
68+
6969 < main class ="post-content ">
7070 < header class ="post-header ">
7171 < h1 class ="post-title "> {{- .Title -}}</ h1 >
@@ -102,7 +102,7 @@ <h1 class="post-title">{{- .Title -}}</h1>
102102
103103 < footer class ="post-footer ">
104104 < section >
105- < p > © 2025 Cha Haneum</ p >
105+ < p > © 2025-2026 Cha Haneum</ p >
106106 </ section >
107107 < section >
108108 < a href ="https://github.com/chebread ">
@@ -118,4 +118,4 @@ <h1 class="post-title">{{- .Title -}}</h1>
118118
119119 < script src ="/js/main.js "> </ script >
120120</ body >
121- </ html >
121+ </ html >
Original file line number Diff line number Diff line change 4141 < link rel ="stylesheet " href ="/styles/color-palette.css ">
4242
4343 < link rel ="stylesheet " href ="/styles/posts.css ">
44-
44+
4545 < link rel ="icon " href ="/favicons/favicon.ico " sizes ="any ">
4646 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicons/favicon-32x32.png ">
4747 < link rel ="apple-touch-icon " href ="/favicons/apple-touch-icon.png ">
6060 < span > 포스트</ span >
6161 </ a >
6262 </ nav >
63-
63+
6464 < main class ="posts-list ">
6565 {{ .PostList }}
6666 </ main >
6767 < footer class ="posts-footer ">
6868 < section >
69- < p > © 2025 Cha Haneum</ p >
69+ < p > © 2025-2026 Cha Haneum</ p >
7070 </ section >
7171 < section >
7272 < a href ="https://github.com/chebread ">
8282
8383 < script src ="/js/main.js "> </ script >
8484</ body >
85- </ html >
85+ </ html >
Original file line number Diff line number Diff line change 11package main
22
3+ // TODO: 코드 이해하기
4+ // TODO: 포스트 썸네일 기능 추가하기
5+
36import (
47 "blog/lib"
58
You can’t perform that action at this time.
0 commit comments