Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 d401c13..44ca7c1 100644
--- a/makefile
+++ b/makefile
@@ -9,4 +9,4 @@ usage: ### Usage (default)
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed 's/^/ /' | sed -e 's/\\$$//' | sed -e 's/#/ /g'
hugo-server: ## Run Hugo web server and serve the example site
- cd exampleSite; hugo server --themesDir ../../ -t hugo-theme-console \ No newline at end of file
+ cd exampleSite; hugo server --cleanDestinationDir --themesDir ../../ -t hugo-theme-console \ No newline at end of file