Skip to content

Commit

Permalink
Link to feed on Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
19759 committed Feb 2, 2025
1 parent cab9888 commit e140773
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<h2>static atproto site</h2>

<p>For 2025, I'm attempting to use my main GitHub pages site as a <a href="https://docs.bsky.app/docs/tutorials/custom-feeds">Bluesky feed generator</a>.</p>

<p><a href="https://bsky.app/profile/theonlychris.bsky.social/feed/solomon-threads">solomon-threads feed on Bluesky</a></p>

<p>I used <a href="https://github.com/bluesky-social/feed-generator/blob/main/scripts/publishFeedGen.ts">this script</a> to register the feed with Bluesky.</p>

<h2>Files</h2>

<p>
<ul>
<li><a href="./.well-known/did.json">.well-known/did.json</a></li>
<li><a href="xrpc/app.bsky.feed.getFeedSkeleton">xrpc/app.bsky.feed.getFeedSkeleton</a></li>
<li><a href="xrpc/app.bsky.feed.getFeedSkeleton">xrpc/app.bsky.feed.getFeedSkeleton</a> with the right content-type via <code>index.json</code></li>
</ul>
</p>

<p>I used <a href="https://github.com/bluesky-social/feed-generator/blob/main/scripts/publishFeedGen.ts">this script</a> to register this site as a feed generator with Bluesky.</p>

0 comments on commit e140773

Please sign in to comment.