This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bf1885
commit 2a83d1c
Showing
13 changed files
with
351 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
# recordName | ||
|
||
> This is the feed's ID which can be letters, numbers, or dashes. Spaces are not allowed. Maximum length is 15 characters. | ||
basketball-emojis | ||
|
||
# isEnabled | ||
|
||
> Whether this feed should be published by the "Publish Feed Generators" step. Set to `true` or `false`. | ||
false | ||
|
||
# displayName | ||
|
||
> This is the title of the custom feed. Maximum length is 24 characters. | ||
Basketball Emojis | ||
|
||
# description | ||
|
||
> This is the description of the feed. | ||
Posts with 🏀 | ||
|
||
# searchTerms | ||
|
||
> 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"`. | ||
- 🏀 | ||
|
||
# avatar | ||
|
||
> 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. | ||
![](avatar2.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
# recordName | ||
|
||
> This is the feed's ID which can be letters, numbers, or dashes. Spaces are not allowed. Maximum length is 15 characters. | ||
gaming-emojis | ||
|
||
# isEnabled | ||
|
||
> Whether this feed should be published by the "Publish Feed Generators" step. Set to `true` or `false`. | ||
false | ||
|
||
# displayName | ||
|
||
> This is the title of the custom feed. Maximum length is 24 characters. | ||
Gaming Emojis | ||
|
||
# description | ||
|
||
> This is the description of the feed. | ||
Posts with 👾🎮🕹️ | ||
|
||
# searchTerms | ||
|
||
> 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"`. | ||
- 👾 | ||
- 🎮 | ||
- 🕹️ | ||
|
||
# avatar | ||
|
||
> 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. | ||
![](avatar2.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
# recordName | ||
|
||
> This is the feed's ID which can be letters, numbers, or dashes. Spaces are not allowed. Maximum length is 15 characters. | ||
science-emojis | ||
|
||
# isEnabled | ||
|
||
> Whether this feed should be published by the "Publish Feed Generators" step. Set to `true` or `false`. | ||
false | ||
|
||
# displayName | ||
|
||
> This is the title of the custom feed. Maximum length is 24 characters. | ||
Science Emojis | ||
|
||
# description | ||
|
||
> This is the description of the feed. | ||
Posts with 🧪🥼🔭 | ||
|
||
# searchTerms | ||
|
||
> 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"`. | ||
- 🧪 | ||
- 🥼 | ||
- 🔭 | ||
|
||
# avatar | ||
|
||
> 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. | ||
![](avatar2.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,46 @@ | ||
{ | ||
"recordName": "emotional-suppo", | ||
"displayName": "Emotional Support Pets", | ||
"description": "Cute animals feed", | ||
"searchTerms": [ | ||
"cats", | ||
"dogs", | ||
"penguins", | ||
"red pandas", | ||
"quokkas" | ||
], | ||
"avatar": "avatar.png" | ||
"emotional-suppo": { | ||
"recordName": "emotional-suppo", | ||
"displayName": "Emotional Support Pets", | ||
"description": "Cute animals feed", | ||
"searchTerms": [ | ||
"cats", | ||
"dogs", | ||
"penguins", | ||
"red pandas", | ||
"quokkas" | ||
], | ||
"avatar": "avatar.png" | ||
}, | ||
"science-emojis": { | ||
"recordName": "science-emojis", | ||
"displayName": "Science Emojis", | ||
"description": "Posts with \ud83e\uddea\ud83e\udd7c\ud83d\udd2d", | ||
"searchTerms": [ | ||
"\ud83e\uddea", | ||
"\ud83e\udd7c", | ||
"\ud83d\udd2d" | ||
], | ||
"avatar": "avatar.png" | ||
}, | ||
"gaming-emojis": { | ||
"recordName": "gaming-emojis", | ||
"displayName": "Gaming Emojis", | ||
"description": "Posts with \ud83d\udc7e\ud83c\udfae\ud83d\udd79\ufe0f", | ||
"searchTerms": [ | ||
"\ud83d\udc7e", | ||
"\ud83c\udfae", | ||
"\ud83d\udd79\ufe0f" | ||
], | ||
"avatar": "avatar.png" | ||
}, | ||
"basketball-emoj": { | ||
"recordName": "basketball-emoj", | ||
"displayName": "Basketball Emojis", | ||
"description": "Posts with \ud83c\udfc0", | ||
"searchTerms": [ | ||
"\ud83c\udfc0" | ||
], | ||
"avatar": "avatar.png" | ||
} | ||
} |
Oops, something went wrong.