go-form/Makefile
Simon Vieille c6fa195b64
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
init
2025-07-21 08:59:34 +02:00

7 lines
86 B
Makefile

all: build
serve:
hugo server --buildDrafts --disableFastRender
build:
hugo build