Add multiple versions of calling hugo server.

This commit is contained in:
2025-11-08 15:28:15 -07:00
parent c927a5bd2d
commit 4c467fff6d

View File

@@ -1014,7 +1014,10 @@
alias reload-shell="reload-bash"
alias reload="reload-bash"
alias_hugo_server: |
alias hugo-server="hugo server -D --gc --minify"
alias hugo-server-dev="hugo server -D --gc --ignoreCache --noHTTPCache --disableFastRender"
alias hugo-server-stage="hugo server --gc --noHTTPCache --disableFastRender"
alias hugo-server-prod="hugo server --gc --minify"
alias hugo-server="hugo-server-dev"
- name: General | Account Management | Users | Files | Common Variable
set_fact: