mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 13:32:00 -05:00
fix:justfile
This commit is contained in:
8
justfile
8
justfile
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user