6 lines
54 B
Makefile
6 lines
54 B
Makefile
|
rundev:
|
||
|
hugo server --buildDrafts
|
||
|
|
||
|
run:
|
||
|
hugo server
|