hacks to do zola treesitter
This commit is contained in:
parent
27dd9c2249
commit
971a2f151b
3 changed files with 83 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ fi
|
|||
PREVIEW_TEMP=/tmp/zola-preview
|
||||
|
||||
rm -rf "$PREVIEW_TEMP"
|
||||
zola build --drafts --base-url "$PREVIEW" --output-dir "$PREVIEW_TEMP"
|
||||
../zola/target/debug/zola build --drafts --base-url "$PREVIEW" --output-dir "$PREVIEW_TEMP"
|
||||
|
||||
# trailing slash: copy contents of directory into destination
|
||||
rsync --verbose --human-readable --recursive \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue