hacks to do zola treesitter

This commit is contained in:
Jade Lovelace 2022-10-15 12:40:28 -07:00
parent 27dd9c2249
commit 971a2f151b
3 changed files with 83 additions and 2 deletions

View file

@ -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 \