.PHONY: all default build dev
build: ; hugo
public: build
dev: ; hugo serve --buildDrafts
all: build
clean: ; rm -r public