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, 6:43 PM -0500) e97ed61c c69c708a

+2 -5
+2 -5
.tangled/workflows/publish.yml
··· 22 22 - name: Build site 23 23 command: nix develop -c zig build docs 24 24 25 - - name: Install Wisp CLI 25 + - name: deploy to wisp 26 26 command: | 27 - curl -o ./wisp-cli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 27 + curl -s -o ./wisp-cli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 28 28 chmod a+x ./wisp-cli 29 - 30 - - name: deploy to wisp 31 - command: | 32 29 ./wisp-cli \ 33 30 "$WISP_HANDLE" \ 34 31 --path "$SITE_PATH" \