hugo-theme-contentful/Makefile
2022-05-13 18:34:55 +08:00

8 lines
97 B
Makefile

.PHONY : serve
serve:
hugo serve -s ./exampleSite
.PHONY : build
build:
hugo -s ./exampleSite