Blog/justfile

9 lines
222 B
Makefile
Raw Normal View History

2024-08-07 17:12:17 +08:00
#!/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