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.
Copy file name to clipboardExpand all lines: CONFIG.md
+10
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,26 @@
1
1
2
2
# recordName
3
3
4
+
> This is the feed's ID which can be letters, numbers, or dashes. Spaces are not allowed. Maximum length is 15 characters.
5
+
4
6
emotional-support-pets
5
7
6
8
# displayName
7
9
10
+
> This is the title of the custom feed. Maximum length is 24 characters.
11
+
8
12
Emotional Support Pets
9
13
10
14
# description
11
15
16
+
> This is the description of the feed.
17
+
12
18
Cute animals feed
13
19
14
20
# searchTerms
15
21
22
+
> Maximum of five search 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"`.
23
+
16
24
- cats
17
25
- dogs
18
26
- penguins
@@ -21,4 +29,6 @@ Cute animals feed
21
29
22
30
# avatar
23
31
32
+
> This must link to an image (PNG or JPEG) in the same directory as this CONFIG.md. It doesn't have to be called `avatar.png`, but just be sure this CONFIG.md points to the correct file.
0 commit comments