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