-
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
d983f45
commit e5bfa87
Showing
3 changed files
with
62 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
date = '{{ .Date }}' | ||
draft = false | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
+++ | ||
|
||
<!-- | ||
$ hugo new --kind review content/review/$(date +%Y-%m-%d-%a).md | ||
$ hugo new --kind review content/review/title_you_want.md | ||
--> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
date = '2024-11-02T20:50:48+09:00' | ||
draft = true | ||
title = 'Title_you_want' | ||
+++ | ||
|
||
<!-- | ||
$ hugo new --kind review content/review/$(date +%Y-%m-%d-%a).md | ||
$ hugo new --kind review content/review/title_you_want.md | ||
--> |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
+++ | ||
date = '2024-11-02T20:45:04+09:00' | ||
draft = false | ||
title = 'week44 내가 해야할 일은 밖으로 나가는 것' | ||
+++ | ||
|
||
<!-- | ||
hugo new --kind weekly content/weekly/#.md | ||
--> | ||
|
||
✅✅✅✅✅ | ||
✅✅✅✅✅ | ||
|
||
✅✅✅✅✅ | ||
✅✅✅✅✅ | ||
|
||
✅✅✅✅✅ | ||
✅✅✅✅✅ | ||
|
||
✅✅✅✅✅ | ||
✅✅✅✅✅ | ||
|
||
✅✅✅✅🆕 | ||
🆕🆕🆕🆕🆕 | ||
|
||
🆕🆕 | ||
|
||
## 이번주에 뭐 했는지 | ||
|
||
이번 주에는 현대오토에버 지원해봤고 코딩테스트도 봤는데 이대로는 안되겠다는 생각이 들었다. | ||
|
||
배달음식을 조금 많이 시켜먹었다. | ||
|
||
월 말과 월 초라서 돈이 많이 빠져나갔다. | ||
|
||
밤낮은 바뀐 상태이지만, 시간에 맞춰서 해야 일들은 다 처리했다. | ||
|
||
취업에 필요한 공부를 했다는 말은 아니다. | ||
|
||
내가 계획한 task들을 제시간에 완수하지 못하면서 1년이 흘렀다. | ||
|
||
일단 내가 해야할 일은 밖으로 나가는 것. |