summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-08-04 19:03:50 -0600
committerAlejandro <[email protected]>2024-08-04 19:03:50 -0600
commit74f517dff9fc989481cf50c2ecf1fa6f15ab347a (patch)
treeb0d0d5cf4bdde0398ec8cc04fee9afc9c7a880d3
parent8a200dccc2fbf286e6e37e1797b97555e903a5bf (diff)
added: fast render disabled for alias
-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"