nixos-config/docs/website/Makefile

8 lines
88 B
Makefile

.PHONY: update
update:
hugo mod get ./... && hugo mod tidy
.PHONY: build
build:
hugo