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'

+1 -4
+1 -4
.tangled/workflows/deploy.yml
··· 15 15 - nodejs 16 16 - coreutils 17 17 - curl 18 - - patchelf 19 18 github:NixOS/nixpkgs/nixpkgs-unstable: 20 19 - bun 21 20 ··· 38 37 39 38 - name: deploy to wisp 40 39 command: | 41 - curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 40 + curl -L https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 42 41 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 45 42 ./wisp-cli deploy "$ATP_IDENTIFIER" \ 46 43 --path "$SITE_PATH" \ 47 44 --site "$SITE_NAME" \