chore: build drafts and future posts in dev server (makefile)

This commit is contained in:
Felipe M 2025-04-05 18:49:37 +02:00
parent 9f178303f5
commit 3b986cf4ed
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8

View file

@ -1,7 +1,7 @@
.PHONY: server new-post
server:
hugo server
hugo server --buildFuture --buildDrafts
new-post:
@YEAR=$$(date +%Y); \