diff --git a/content/posts/birthday.md b/content/posts/birthday.md new file mode 100644 index 0000000..a6cc3aa --- /dev/null +++ b/content/posts/birthday.md @@ -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. diff --git a/sh.sh b/sh.sh new file mode 100644 index 0000000..8da6d53 --- /dev/null +++ b/sh.sh @@ -0,0 +1,5 @@ +# Hugo new post +hnp() { + hugo new posts/$1.md + $EDITOR content/posts/$1.md +}