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