birthday post
This commit is contained in:
parent
9f6afe603e
commit
26a6dfd6cf
2 changed files with 15 additions and 0 deletions
10
content/posts/birthday.md
Normal file
10
content/posts/birthday.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
+++
|
||||||
|
title = 'Birthday'
|
||||||
|
date = 2024-12-22T17:20:32+05:00
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
Now I'm 23 years old. It's happened at the 17 december.
|
||||||
|
Very weird feeling, really. Am I old now or young still?
|
||||||
|
Makes we wonder about everything I've done in my life
|
||||||
|
and how few I really've achieved through it.
|
5
sh.sh
Normal file
5
sh.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Hugo new post
|
||||||
|
hnp() {
|
||||||
|
hugo new posts/$1.md
|
||||||
|
$EDITOR content/posts/$1.md
|
||||||
|
}
|
Loading…
Reference in a new issue