blog/sh.sh

6 lines
79 B
Bash
Raw Normal View History

2024-12-22 15:22:04 +03:00
# Hugo new post
hnp() {
hugo new posts/$1.md
$EDITOR content/posts/$1.md
}