Skip to content

Commit

Permalink
docs: add announcements account in default JSON list
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshthite committed Oct 17, 2024
1 parent 033746c commit 4ee7065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
]
}
Expand Down

0 comments on commit 4ee7065

Please sign in to comment.