4 lines
105 B
Makefile
4 lines
105 B
Makefile
.PHONY: dev
|
|
dev:
|
|
hugo server -D --disableFastRender --source=exampleSite --themesDir=../.. --theme=holy
|