Hello World
11/26/2024
blueskysveltefun
Have been playing around with Svelte for a personal website (as a way to procrastinate from more important jobs!)
Incorporating automatic Bluesky comments section on blog posts if the post has been shared on Bluesky. Cool!
const searchURL = window.location.href;
const author = "adamel.dev";
await fetch(`https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=*&url=${encodeURIComponent(searchURL)}&author=${author}`);