diff options
-rw-r--r-- | alias.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alias.sh b/alias.sh new file mode 100644 index 0000000..3b44a95 --- /dev/null +++ b/alias.sh @@ -0,0 +1,2 @@ +alias deploy="hugo server -D -F --NoHTTPCache" +alias news="hugo new content noticias/$(date '+noticia-%Y-%m-%d').md && $EDITOR content/noticias/$(date '+noticia-%Y-%m-%d').md" |