diff options
author | Alejandro <[email protected]> | 2024-08-04 19:03:50 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-08-04 19:03:50 -0600 |
commit | 74f517dff9fc989481cf50c2ecf1fa6f15ab347a (patch) | |
tree | b0d0d5cf4bdde0398ec8cc04fee9afc9c7a880d3 | |
parent | 8a200dccc2fbf286e6e37e1797b97555e903a5bf (diff) |
added: fast render disabled for alias
-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" |