focalboard/website/Makefile
2021-01-07 14:12:26 -08:00

8 lines
151 B
Makefile

.PHONY: dist
dist:
rm -rf ./dist
hugo -s site --destination ../dist/html
.PHONY: run
run:
hugo server --buildDrafts --disableFastRender -F -s site