From 26a6dfd6cf03e4b1d15f8c56a1d6121e70d75241 Mon Sep 17 00:00:00 2001 From: surdeus Date: Sun, 22 Dec 2024 17:22:04 +0500 Subject: [PATCH] birthday post --- content/posts/birthday.md | 10 ++++++++++ sh.sh | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 content/posts/birthday.md create mode 100644 sh.sh 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 +}