Files
docs/versioned_docs/version-1.25/usage/repository/profile-readme.md
T

17 lines
563 B
Markdown
Raw Normal View History

2023-05-09 01:57:24 -04:00
---
date: "2023-03-02T21:00:00+05:00"
slug: "profile-readme"
2025-11-20 19:49:24 +00:00
sidebar_position: 42
2023-05-09 01:57:24 -04:00
---
# Profile READMEs
2023-05-09 01:57:24 -04:00
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.
2023-05-09 01:57:24 -04:00
Making the `.profile` repository private will hide the Profile README.
Example of user with `.profile/README.md`:
2024-01-31 22:32:17 +09:00
![profile readme screenshot](/images/usage/profile-readme.png)