Zig bindings for the notmuch C library
0

Configure Feed

Select the types of activity you want to include in your feed.

test

Jeffrey C. Ollie (May 19, 2026, 9:39 PM -0500) 12d00fa4 031651b2

Waiting for spindle ...
+2 -4
+2 -4
.tangled/workflows/publish.yml
··· 23 23 - name: Build site 24 24 command: nix develop -c zig build docs 25 25 26 - - name: deploy to wisp 26 + - name: Deploy to Wisp 27 27 command: | 28 28 curl -s -o ./wispcli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 29 29 chmod a+x ./wispcli 30 - ls -l ./wispcli 31 - ldd ./wispcli 32 30 ./wispcli \ 33 31 "$WISP_HANDLE" \ 34 32 --path "$SITE_PATH" \ 35 - --name "$SITE_NAME" \ 33 + --site "$SITE_NAME" \ 36 34 --password "$WISP_APP_PASSWORD"