Blog/justfile

11 lines
292 B
Makefile
Raw Permalink 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
2024-12-19 10:25:07 +08:00
# like a script, with `./justfile build`, for example.
2024-08-07 17:12:17 +08:00
2024-12-19 10:25:07 +08:00
# Task thet using Zola and Pagefindo build site
2024-08-07 17:12:17 +08:00
build:
2024-12-19 10:25:07 +08:00
# Build the si\
te with Zola
2024-08-07 17:12:17 +08:00
zola build && npx pagefind --site public