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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-24 04:05:57 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-24 04:05:57 +0300
commit12be5878a54ebe8361372818f6bb0c103fb17a93 (patch)
treec4e5f80d9b951c90f23d63541cc5a89b71d84475 /Makefile
parent40cdd8db1c085cf5af5ccc7359c273972e0233cd (diff)
chore: add --renderStaticToDisk
close #504 cf. https://github.com/gohugoio/hugo/releases/tag/v0.94.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19e1166d..750207b9 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ npm-ci: fetch-fonts
.PHONY: dev
dev: npm-ci
cd ./exampleSite && \
- hugo server --navigateToChanged --buildDrafts
+ hugo server --renderStaticToDisk --navigateToChanged --buildDrafts
.PHONY: test
test: npm-ci