build: makefile: show future posts in dev

This commit is contained in:
Bruno BELANYI 2020-07-15 16:59:11 +02:00
parent ad804b5dfd
commit 697affa7c4

View file

@ -6,7 +6,7 @@ build: build-dev
.PHONY: build-dev
build-dev:
hugo -D
hugo -D -F
.PHONY: build-prod
build-prod:
@ -17,7 +17,7 @@ serve: serve-dev
.PHONY: serve-dev
serve-dev:
hugo server -D
hugo server -D -F
.PHONY: serve-prod
serve-prod: