gaussian.dev/justfile

12 lines
216 B
Makefile
Raw Normal View History

2025-04-17 22:47:16 -05:00
build:
hugo build --cleanDestinationDir
2025-04-17 22:47:16 -05:00
dev:
2025-04-17 22:48:11 -05:00
hugo --buildDrafts --buildFuture server
post filename:
hugo new blog/$(date +%Y/%m/%d)/{{filename}}.md
2025-04-17 22:47:16 -05:00
publish: build
neocities push --prune public