mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
c64d2ccd06
This is necessary for the website upgrade to Astro v3, which has a new built-in image API.
917 B
917 B
title | license | origin_url |
---|---|---|
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.
It uses the README.md
file from the .profile
repository of the
user, if it exists.
NOTE: if a the
.profile
repository is private theREADME.md
they contain will be displayed publicly. It is strongly recommended to verify no such repository exist in a given instance before upgrading.