0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-13 01:09:42 -05:00
forgejo-docs/user/profile.md
Loïc Dachary 60aca1b265
docs: user: profile: document user custom profiles
# Conflicts:
#	user/profile.md
2023-08-13 16:36:21 +01:00

980 B

layout title license origin_url
~/layouts/Markdown.astro Profile customization Apache-2.0 faa28b5a44/docs/content/doc/usage/profile-readme.en-us.md

By default the profile page of a user is the list of repositories they own. It is possible to customize it with a short description that shows to the left, under their avatar. It can now be fully personalized with a markdown file that is displayed instead of the list of repositories.

Profile page

It uses the README.md file from the .profile repository of the user, if it exists.

Profile README.md

NOTE: if a the .profile repository is private the README.md they contain will be displayed publicly. It is strongly recommended to verify no such repository exist in a given instance before upgrading.