this repo has no description
0
fork

Configure Feed

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

update

alice a886225d 79a13c49

+7 -2
+7 -2
src/app/page.tsx
··· 13 13 return ( 14 14 <> 15 15 <div className="main"> 16 + <h1>My Bluesky things</h1> 17 + <Link href={`${protocol}://alice.${host}`}>@alice.bsky.sh</Link> (me) 18 + <h2>Bookmarklets:</h2> 16 19 <Link href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 17 20 <Link href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 18 - <Link href={`${protocol}://alice.${host}`}>me</Link> 19 - {/* <Link href={`${protocol}://bee.${host}`}>bee</Link> */} 21 + <h2>Bluesky Labelers:</h2> 20 22 <Link href={`${protocol}://sortinghat.${host}`}>sorting hat bluesky labeler</Link> 21 23 <Link href={`${protocol}://zodiacsigns.${host}`}>zodiac signs bluesky labeler</Link> 24 + <h2>Other projects:</h2> 25 + <Link href={`https://emojistats.bsky.sh`}>Emoji Stats for Bluesky</Link> <b>(New!)</b> 26 + <Link href={`https://bluesky-heatmap.fly.dev`}>Bluesky Posts Heatmap Generator</Link> 22 27 </div> 23 28 <footer> 24 29 <Image src="/underconstruction.gif" width={459} height={51} alt="under construction" />