#!/bin/sh set -e if [ -z "$1" ] then echo "usage: $0 " >&2 exit 1 fi hugo new "content/pages/${1//[^[:alnum:]-_]}.md"