#!/bin/sh YEAR=${1:-$(date "+%Y")} echo -n "Titulo: " read TITLE SLUG=$(bin/slugify ${TITLE}) hugo new ${YEAR}/nodos/${SLUG}.md -k nodo