gaussian.dev/justfile

15 lines
247 B
Makefile
Raw Permalink Normal View History

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