aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fdcf0f..f10d7a6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean: ## make clean # removed all $(DESTDIR) contents
.PHONY: serve
serve: ## make serve # hugo web server development mode
- hugo serve
+ hugo serve --disableFastRender --noHTTPCache
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'