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