diff options
-rw-r--r-- | alias.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |