mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-01 17:29:31 -04:00
Initial commit
This commit is contained in:
10
justfile
Normal file
10
justfile
Normal file
@ -0,0 +1,10 @@
|
||||
#!/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 the si\
|
||||
te with Zola
|
||||
zola build && npx pagefind --site public
|
||||
|
Reference in New Issue
Block a user