Skip to content

Commit 4bdeffe

Browse files
committed
Update README.md
1 parent 5c750c0 commit 4bdeffe

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
<a href="https://hits.seeyoufarm.com"/><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/devfancy/devfancy.github.io"/></a>
22

3-
> 📌 템플릿은 [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).
44
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:
24+
25+
```yaml
26+
categories_order:
27+
- "DevHistory"
28+
- "Retrospective"
29+
- "TechInsight"
30+
- "Java"
31+
- "Spring"
32+
- "SpringBoot"
33+
- "JPA"
34+
- "MySQL"
35+
- "Flyway"
36+
- "Technology"
37+
# More categories...
38+
```

0 commit comments

Comments
 (0)