Standard.site landing page built in Next.js
0

Configure Feed

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

Merge branch 'dev'

+3
+3
.tangled/workflows/deploy.yml
··· 15 15 - nodejs 16 16 - coreutils 17 17 - curl 18 + - patchelf 18 19 github:NixOS/nixpkgs/nixpkgs-unstable: 19 20 - bun 20 21 ··· 39 40 command: | 40 41 curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 41 42 chmod +x wisp-cli 43 + INTERP=$(find /nix/store -name 'ld-linux-x86-64.so.2' -type f 2>/dev/null | head -1) 44 + patchelf --set-interpreter "$INTERP" ./wisp-cli 42 45 ./wisp-cli deploy "$ATP_IDENTIFIER" \ 43 46 --path "$SITE_PATH" \ 44 47 --site "$SITE_NAME" \