1
0
Fork 0

Switch to just

This commit is contained in:
Daniele Tricoli 2023-02-07 02:29:23 +01:00
parent 306728367b
commit f767a24e00

View file

@ -1,10 +1,11 @@
.PHONY: clean build serve
# build the site
build: clean
@zola build
# remove built site
clean:
rm -rf public
# run devel server with drafts enabled
serve:
@zola serve --drafts