-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae4c253
commit d983f45
Showing
1 changed file
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,57 @@ | ||
# M25K | ||
# m25k | ||
|
||
## 목표 | ||
- md를 어디까지 활용할 수 있을까?에 대한 의문점 해소. | ||
- node module 없고 간단하고 깔끔한 스트럭쳐를 유지하는 것. | ||
- 2024...2025...2100...2200...3000 끊임없는 개인 아카이브를 목표로 함. | ||
- node module 없이 간단하고 깔끔한 구조를 유지하는 것. | ||
- 2024...2025...2100...2200...3000 끊임없는 개인 기록을 목표로 함. | ||
- 일상과 직업을 양분하여 콘텐츠를 관리한다는 것은 힘에 부치는 일임을 드디어 깨닫고 하나로 통합하려고 함. | ||
|
||
## TIL(비정기) | ||
## 구조 | ||
|
||
### TIL(비정기) | ||
- today I learned | ||
|
||
## daily(비정기) | ||
### daily(비정기) | ||
- 내가 쓰고 싶을 때 쓰는 일기 | ||
|
||
## weekly(정기) | ||
### weekly(정기) | ||
- 52weeks는 계속 됩니다. | ||
|
||
## monthly(정기) | ||
### monthly(정기) | ||
- 1년 12개월. 시간은 멈추지 않아. | ||
|
||
## all posts | ||
### all posts | ||
- content dir에 있는 모든 md를 포함합니다. | ||
|
||
--- | ||
|
||
# M25K ( chatGPT translation + mine ) | ||
# m25k | ||
|
||
## Goal | ||
|
||
- To explore the full potential of markdown and answer the question: How far can we take it? | ||
- Without node_module, keep its simple structure. | ||
- Keep a simple structure without node_module. | ||
- To create a continuous personal archive for 2024, 2025, 2100, 2200, 3000, and beyond. | ||
- Having realized that dividing content between personal and professional life is exhausting, I’m now working to unify them into one. | ||
|
||
## TIL (Occasional) | ||
## Structure | ||
|
||
### TIL (Occasional) | ||
|
||
- Today I Learned | ||
|
||
## Daily (Occasional) | ||
### Daily (Occasional) | ||
|
||
- A diary I write whenever I feel like it. | ||
|
||
## Weekly (Regular) | ||
### Weekly (Regular) | ||
|
||
- 52 weeks continue. | ||
|
||
## Monthly (Regular) | ||
### Monthly (Regular) | ||
|
||
- 12 months in a year. Time never stops. | ||
|
||
## All Posts | ||
### All Posts | ||
|
||
- Includes all markdown files in the content directory. |