fix:justfile

This commit is contained in:
dichgrem
2025-08-28 10:05:30 +08:00
parent bebfe13851
commit a8a1f8e1a9

View File

@@ -1,10 +1,4 @@
#!/usr/bin/env -S just --justfile #!/usr/bin/env -S just --justfile
# ^ A shebang isn't required, but allows a justfile to be executed
# like a script, with `./justfile build`, for example.
# Task thet using Zola and Pagefindo build site
build: build:
# Build the si\ zola build && npx pagefind --site public --root-selector body
te with Zola
zola build && npx pagefind --site public