bsky feeds about music music-atmosphere-feed.plyr.fm/
bsky feed zig
2
fork

Configure Feed

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

at 8539a33b90bc0d239fe904cf37fefcf5fb92a3fc 18 lines 274 B view raw
1default: 2 @just --list 3 4build: 5 zig build 6 7test: 8 zig build test --summary all 9 10deploy: 11 fly deploy 12 13logs: 14 fly logs 15 16# publish feed to bluesky (requires HANDLE, PASSWORD, FEED_HOSTNAME in .env) 17publish: 18 set -a && source .env && uv run scripts/publish.py