index
:
~xarvos/blog
this commit
master
redesign
Personal website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new-post.sh
blob: 97870d8130bca6f605b0a18214682c0196f8b8bd (
plain
) (
blame
)
1
2
3
#!/bin/sh
# Shell script to create a new post
hugo
new
"posts/
$(
date
--iso-8601
)
-
$1
.md"