1 2 3 4 5 6 7 8 9 10
.PHONY: build serve clean build: hugo --minify serve: hugo server -D --bind 0.0.0.0 clean: rm -rf public/ resources/