about summary refs log tree commit diff
path: root/new-post.sh
blob: 3f8fed92c356a68949ace71002aba62a0ce24a62 (plain) (blame)
1
2
3
#!/bin/sh
# Shell script to create a new post
hugo new "posts/$(date -I)-$1.md"