Update readme.md
This commit is contained in:
parent
ac5e899371
commit
c6e5093fdb
1 changed files with 7 additions and 7 deletions
14
readme.md
14
readme.md
|
|
@ -31,13 +31,13 @@ All settings are in `system/extensions/yellow-system.ini`:
|
|||
*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/).
|
||||
`MastodonapiMaxAge` = age of Toots in hours that should still be imported. 0 = all available Toots.
|
||||
`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/)
|
||||
`MastodonapiMaxAge` = age of Toots in hours that should still be imported. 0 = all available Toots
|
||||
`MastodonapiStatus` = page status, default value is public
|
||||
|
||||
The following status values are supported:
|
||||
|
|
|
|||
Loading…
Reference in a new issue