blog/sh.sh
2024-12-22 17:22:04 +05:00

5 lines
79 B
Bash

# Hugo new post
hnp() {
hugo new posts/$1.md
$EDITOR content/posts/$1.md
}