You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2024. It is now read-only.
> This is the feed's ID which can be letters, numbers, or dashes. Spaces are not allowed. Maximum length is 15 characters.
5
+
6
+
bluesky-app
7
+
8
+
# isEnabled
9
+
10
+
> Whether this feed should be published by the "Publish Feed Generators" step. Set to `true` or `false`.
11
+
12
+
false
13
+
14
+
# displayName
15
+
16
+
> This is the title of the custom feed. Maximum length is 24 characters.
17
+
18
+
Bluesky App
19
+
20
+
# description
21
+
22
+
> This is the description of the feed.
23
+
24
+
Updates about the app
25
+
26
+
# searchTerms
27
+
28
+
> Search Terms are now more powerful. There are two types:
29
+
>
30
+
> - Pinned posts: links such as `https://bsky.app/profile/saddymayo.bsky.social/post/3jxju2wwap22e` will pin at the top of the feed. One link per line, please.
31
+
> - Keywords (maximum 5 terms): Test these in [https://bsky.app/search](https://bsky.app/search). `AND` is implicit, so `cat dog` on one line will require both `cat` and `dog`. You can use quotes as well `"hot dog"`.
32
+
33
+
-https://bsky.app/profile/bsky.app
34
+
-https://bsky.app/profile/atproto.com
35
+
36
+
# avatar
37
+
38
+
> This must link to an image (PNG or JPEG) in the same directory as this CONFIG.md. It doesn't have to be called `avatar2.png`, but just be sure this CONFIG.md points to the correct file.
0 commit comments