nixos-config/configs/home-manager/foo-dogsquared/files/homepage/Makefile

8 lines
82 B
Makefile

.PHONY: build
build:
hugo --destination public
.PHONY: serve
serve:
hugo serve