-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add announcements account in default JSON list
- Loading branch information
1 parent
033746c
commit 4ee7065
Showing
1 changed file
with
3 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ You can easily deploy a customized version of the reader by [forking](https://gi | |
- `postLinkColor`: Color for links within posts. | ||
- `defaultFollowedActors`: A list of URLs representing the actors that will be followed by default when no actors are followed. | ||
|
||
> The `@[email protected]` account will notify when a new site is published, created using the Social Inbox (https://github.com/hyphacoop/social.distributed.press/). | ||
### Example `defaults.json`: | ||
|
||
```json | ||
|
@@ -28,6 +30,7 @@ You can easily deploy a customized version of the reader by [forking](https://gi | |
"postLinkColor": "#0ea5e9" | ||
}, | ||
"defaultFollowedActors": [ | ||
"https://social.distributed.press/v1/@[email protected]/", | ||
"https://mastodon.social/@akhileshthite" | ||
] | ||
} | ||
|