Stop using the Hugo Server params recommended by YT videos, they seem to make things break and also cause caching issues which were not previously present.
This commit is contained in:
@@ -1014,8 +1014,8 @@
|
|||||||
alias reload-shell="reload-bash"
|
alias reload-shell="reload-bash"
|
||||||
alias reload="reload-bash"
|
alias reload="reload-bash"
|
||||||
alias_hugo_server: |
|
alias_hugo_server: |
|
||||||
alias hugo-server-dev="hugo server -D --gc --ignoreCache --noHTTPCache --disableFastRender"
|
alias hugo-server-dev="hugo server -D --gc" # --ignoreCache --noHTTPCache --disableFastRender"
|
||||||
alias hugo-server-stage="hugo server --gc --noHTTPCache --disableFastRender"
|
alias hugo-server-stage="hugo server --gc" # --noHTTPCache --disableFastRender"
|
||||||
alias hugo-server-prod="hugo server --gc --minify"
|
alias hugo-server-prod="hugo server --gc --minify"
|
||||||
alias hugo-server="hugo-server-dev"
|
alias hugo-server="hugo-server-dev"
|
||||||
global_functions: |
|
global_functions: |
|
||||||
|
|||||||
Reference in New Issue
Block a user