summaryrefslogtreecommitdiff
path: root/alias.sh
blob: 7cd8a502cb3598985d5f1a1add834aaea50916a2 (plain)
1
2
alias hugo-deploy="hugo server -D -F --noHTTPCache"
alias hugo-news="hugo new content noticias/$(date '+noticia-%Y-%m-%d').md && $EDITOR content/noticias/$(date '+noticia-%Y-%m-%d').md"