Blog/justfile
2024-08-07 17:12:17 +08:00

9 lines
222 B
Makefile

#!/usr/bin/env -S just --justfile
# ^ A shebang isn't required, but allows a justfile to be executed
# like a script, with `./justfile test`, for example.
# build site
build:
zola build && npx pagefind --site public