https://github.com/custardcream98/blog
내 생각과 삽질이 모이는 곳
https://github.com/custardcream98/blog
blog mdx nextjs react typescript
Last synced: 6 months ago
JSON representation
내 생각과 삽질이 모이는 곳
- Host: GitHub
- URL: https://github.com/custardcream98/blog
- Owner: custardcream98
- Created: 2022-03-17T19:16:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:59:01.000Z (6 months ago)
- Last Synced: 2024-11-18T16:16:00.566Z (6 months ago)
- Topics: blog, mdx, nextjs, react, typescript
- Language: MDX
- Homepage: https://shiwoo.dev
- Size: 72.1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [블로그 링크](https://shiwoo.dev/)
개발자 박시우의 블로그입니다. 공부한 것들, 공유하고 싶은 내용을 올립니다.
## Commit Message Convention
**2022/10/05부터 적용**
- `Post` : 포스팅 업로드
- `Typo` : 문서 오타 수정
- `Change` : 문서 내용 수정
- `Chore` : minor change
- `Refactor` : 리팩토링
- `Optimize` : 최적화
- `Bugfix` : 버그 수정
- `Feature` : 기능 추가
- `Todo` : Todo 추가, Fixme 추가 등* 가능하면 간결한 한글로, Commit Message Prefix와 겹치는 내용 없이
- 잘못된 예) `Typo: 자바스크립트의 변수들 오타 수정`
- 올바른 예) `Typo: 자바스크립트의 변수들`