You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 📌 템플릿은 [HyG](https://github.com/gaohaoyang)님이 만드신 [Github 블로그 템플릿](https://github.com/Gaohaoyang/gaohaoyang.github.io)을 이용하고 있습니다.
3
+
> 📌 The template is based on the [Github Blog Template](https://github.com/Gaohaoyang/gaohaoyang.github.io) created by [HyG](https://github.com/gaohaoyang).
4
4
5
-
> 한국 버전 템플릿은 [Gid](https://github.com/goodGid)님이 만드신 [Github 블로그 템플릿](https://github.com/goodGid/goodGid.github.io)을 참고하였습니다.
5
+
For the Korean version of the template, I referred to the [Github Blog Template](https://github.com/goodGid/goodGid.github.io) by [Gid](https://github.com/goodGid).
6
+
7
+
### Writing Commit Messages
8
+
9
+
* When **creating a new post** for the first time, write the commit message as `Write {Category} Post " {Title} "`.
10
+
11
+
* Example: If the category is `DevHistory` and the title is "2024 Dev History",
12
+
13
+
* the commit message should be written as `Write DevHistory Post " 2024 Dev History "`.
14
+
15
+
* If you are **updating an existing post**, write the commit message as `Update {Category} Post " {Title}`.
16
+
17
+
### How to Add or Modify Categories
18
+
19
+
> Unlike the original template, which generates category order randomly, I have opted for a manual addition/modification approach.
20
+
21
+
* Add the desired categories to the `categories_order` section in the `_config.yml` file.
22
+
23
+
* As of (2024.12.22), the **current setup** is as follows:
0 commit comments