1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 09:05:48 +00:00
gitea/docs/content/usage/profile-readme.en-us.md
6543 61f8ca4906
Add screenshot for "Profile Readmes" to docs (#28964)
introduced in #23260 ... the docs still looks to empty:
https://docs.gitea.com/usage/profile-readme

this changes it :)
2024-01-28 00:20:17 +01:00

723 B

date title slug sidebar_position toc draft menu
2023-03-02T21:00:00+05:00 Profile READMEs profile-readme 12 false false
sidebar
parent name sidebar_position identifier
usage Profile READMEs 12 profile-readme

Profile READMEs

To display a Markdown file in your Gitea user or organization profile page, create a repository named .profile and add a new file named README.md to it. Gitea will automatically display the contents of the file on your profile, in a new "Overview" above your repositories.

Making the .profile repository private will hide the Profile README.

Example of user with .profile/README.md:

profile readme screenshot