summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alias.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias.sh b/alias.sh
index 7cd8a50..9430631 100644
--- a/alias.sh
+++ b/alias.sh
@@ -1,2 +1,2 @@
-alias hugo-deploy="hugo server -D -F --noHTTPCache"
+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"