hugo-theme-contentful/Makefile

8 lines
97 B
Makefile
Raw Normal View History

2022-05-13 10:24:15 +00:00
.PHONY : serve
serve:
hugo serve -s ./exampleSite
.PHONY : build
build:
hugo -s ./exampleSite