kolibri network
0
fork

Configure Feed

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

add deploy script

dawn bb07a26d 3ec7bb39

+21 -2
+1
.gitignore
··· 1 1 # build output 2 2 dist/ 3 + dist-spool/ 3 4 # generated types 4 5 .astro/ 5 6
+9
astro.config.spool.mjs
··· 1 + // @ts-check 2 + import { defineConfig } from 'astro/config'; 3 + import svelte from '@astrojs/svelte'; 4 + 5 + export default defineConfig({ 6 + integrations: [svelte()], 7 + site: 'https://spool.klbr.net', 8 + outDir: './dist-spool', 9 + });
-2
src/pages/index.astro
··· 21 21 //reach out/ 22 22 /bsky <AutoLink href="https://witchsky.app/profile/klbr.net">@klbr.net</AutoLink>/ 23 23 /email <a href="mailto:90008@klbr.net">90008@klbr.net</a>/ 24 - 25 - dig +short TXT klbr.net 26 24 </pre> 27 25 </Layout>
+11
wisp.nu
··· 1 + #!/usr/bin/env nu 2 + 3 + bun run -b build 4 + 5 + # spool 6 + astro build --config astro.config.spool.mjs 7 + mv ./dist-spool/spool/* ./dist-spool 8 + rm -r ./dist-spool/spool 9 + 10 + bunx wispctl -y --path ./dist --site klbr-net did:plc:ppspjougr2uxmvu6la66a35q 11 + bunx wispctl -y --path ./dist-spool --site spool-klbr-net did:plc:ppspjougr2uxmvu6la66a35q