Files
gitea-docs/docs/usage/repository/profile-readme.md
2025-11-20 19:49:24 +00:00

592 B

date, slug, sidebar_position, aliases
date slug sidebar_position aliases
2023-03-02T21:00:00+05:00 profile-readme 42
/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