11 lines
216 B
Makefile
11 lines
216 B
Makefile
build:
|
|
hugo build --cleanDestinationDir
|
|
|
|
dev:
|
|
hugo --buildDrafts --buildFuture server
|
|
|
|
post filename:
|
|
hugo new blog/$(date +%Y/%m/%d)/{{filename}}.md
|
|
|
|
publish: build
|
|
neocities push --prune public
|