focalboard/website/Makefile

9 lines
151 B
Makefile
Raw Normal View History

2021-01-07 23:12:26 +01:00
.PHONY: dist
dist:
rm -rf ./dist
hugo -s site --destination ../dist/html
.PHONY: run
run:
hugo server --buildDrafts --disableFastRender -F -s site