7 lines
86 B
Makefile
7 lines
86 B
Makefile
all: build
|
|
|
|
serve:
|
|
hugo server --buildDrafts --disableFastRender
|
|
|
|
build:
|
|
hugo build
|