From f13376de8484f3ac28ad92368c8162c6a779a42d Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 20 Jan 2023 08:38:19 +0100 Subject: [PATCH] More docs tweaks --- docs/user_guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index d83f1f2..d76de58 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -25,10 +25,10 @@ As these two config items define your ActivityPub handle `@handle@domain`. You can tweak your profile by tweaking these items: - - `name` - - `summary` (using Markdown) - - `icon_url` - - `image_url` + - `name`: The name shown with your profile. + - `summary`: The summary or 'bio' part of your profile, written in Markdown. + - `icon_url`: Your profile image or avatar. + - `image_url`: This provides a 'header' or 'banner' image. Note that it is not shown by the default Microblog.pub templates. It will be used by Mastodon (which uses a 3:1 ratio image) and Pleroma. Pixelfed and Peertube, for example, don't show these images by default. Whenever one of these config items is updated, an `Update` activity will be sent to all known servers to update your remote profile.