This commit is contained in:
Andrey Parhomenko 2024-12-22 17:44:34 +05:00
parent 2b8169db23
commit 77b07a3fa1
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
+++
title = 'Blablabla'
date = 2024-12-22T17:42:55+05:00
draft = false
+++
Blah-blah-blah...

2
sh.sh
View file

@ -3,3 +3,5 @@ hnp() {
hugo new posts/$1.md hugo new posts/$1.md
$EDITOR content/posts/$1.md $EDITOR content/posts/$1.md
} }
echo Use the "'hnp <postname>'"