From f90294de8f760e09a95b661d406534fb7ca5ccca Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 14:47:46 +0100 Subject: [PATCH] Update readme.md --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index d18b110..10c35ea 100644 --- a/readme.md +++ b/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 (see here) -` MastodonapiAccessToken` = Optional for a Mastodon account, mandatory for a GoToSocial account (see here) -`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 (see here) +`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 draft extension - unlisted = page is not visible, but can be accessed with the correct link