I guess always under development.
Found at:
https://arran4.github.io/blog/
Subscribe to new posts via RSS: https://arran4.github.io/blog/index.xml
read -p "Post Title? " PostTitle && hugo new -k post "post/$(date +%Y)/$(printf "%03d" $(($(find content/post/$(date +%Y) -mindepth 1 -maxdepth 1 -type d | wc -l )+1)))-$PostTitle"
echo "Post Title? " && read PostTitle && hugo new -k post "post/$(date +%Y)/$(printf "%03d" $(($(find content/post/$(date +%Y) -mindepth 1 -maxdepth 1 -type d | wc -l )+1)))-$PostTitle"
date --rfc-3339=sec