Update readme.md
This commit is contained in:
parent
05f5902857
commit
f90294de8f
1 changed files with 8 additions and 8 deletions
16
readme.md
16
readme.md
|
|
@ -31,14 +31,14 @@ All settings are in `system/extensions/yellow-system.ini`:
|
|||
- Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.
|
||||
- Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
||||
|
||||
` MastodonapiAccessToken` = Optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
||||
`MastodonapiUpdateInterval` = Time interval between automatic updates in minutes (default: 30).
|
||||
`MastodonapiLimit` = Number of Toots retrieved per run (default: 20).
|
||||
`MastodonapiHashtag` = Leave blank for all posts; or filter with #hashtag.
|
||||
`MastodonapiAuthor` = Name under which the blog posts should appear.
|
||||
`MastodonapiTag` = Tag for the blog posts (default: Fediverse).
|
||||
`MastodonapiFolder` = Path to the blog folder (default: content/2-blog/).
|
||||
`MastodonapiStatus` = Default value is public
|
||||
`MastodonapiAccessToken` = Optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
||||
`MastodonapiUpdateInterval` = Time interval between automatic updates in minutes (default: 30).
|
||||
`MastodonapiLimit` = Number of Toots retrieved per run (default: 20).
|
||||
`MastodonapiHashtag` = Leave blank for all posts; or filter with #hashtag.
|
||||
`MastodonapiAuthor` = Name under which the blog posts should appear.
|
||||
`MastodonapiTag` = Tag for the blog posts (default: Fediverse).
|
||||
`MastodonapiFolder` = Path to the blog folder (default: content/2-blog/).
|
||||
`MastodonapiStatus` = Default value is public
|
||||
- public = page is a normal page
|
||||
- draft = page is not visible, user needs to log in, requires <a target="blank_" href="https://github.com/annaesvensson/yellow-draft">draft extension</a>
|
||||
- unlisted = page is not visible, but can be accessed with the correct link
|
||||
|
|
|
|||
Loading…
Reference in a new issue