Update readme.md
This commit is contained in:
parent
016433e9a7
commit
2107b09c21
1 changed files with 8 additions and 5 deletions
13
readme.md
13
readme.md
|
|
@ -36,12 +36,15 @@ Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yell
|
|||
`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/).
|
||||
`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` = 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
|
||||
`MastodonapiMaxAge` = Age of Toots in hours that should still be imported. 0 = all available Toots.
|
||||
|
||||
The following extension status values are supported:
|
||||
|
||||
`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
|
||||
|
||||
## Developer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue