Update readme.md

This commit is contained in:
simonpipe 2026-01-07 14:52:26 +01:00
parent 016433e9a7
commit 2107b09c21

View file

@ -37,11 +37,14 @@ Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yell
`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
`MastodonapiMaxAge` = Age of Toots in hours that should still be imported. 0 = all available Toots.
`MastodonapiStatus` = Default value is public
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