mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-01-30 16:57:56 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
.PHONY : serve
|
|
serve:
|
|
hugo serve -s ./exampleSite
|
|
|
|
.PHONY : build
|
|
build:
|
|
hugo -s ./exampleSite
|