...
This commit is contained in:
parent
2b8169db23
commit
77b07a3fa1
2 changed files with 9 additions and 0 deletions
7
content/posts/Blablabla.md
Normal file
7
content/posts/Blablabla.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = 'Blablabla'
|
||||
date = 2024-12-22T17:42:55+05:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
Blah-blah-blah...
|
2
sh.sh
2
sh.sh
|
@ -3,3 +3,5 @@ hnp() {
|
|||
hugo new posts/$1.md
|
||||
$EDITOR content/posts/$1.md
|
||||
}
|
||||
|
||||
echo Use the "'hnp <postname>'"
|
||||
|
|
Loading…
Reference in a new issue