gaussian.dev/justfile

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