2023-05-09 11:27:24 +05:30
---
date: "2023-03-02T21:00:00+05:00"
2023-05-23 15:44:57 +05:30
title: "Profile READMEs"
2023-05-09 11:27:24 +05:30
slug: "profile-readme"
2023-07-26 10:23:13 +05:30
sidebar_position: 12
2023-05-09 11:27:24 +05:30
toc: false
draft: false
menu:
sidebar:
parent: "usage"
2023-05-23 15:44:57 +05:30
name: "Profile READMEs"
2023-07-26 10:23:13 +05:30
sidebar_position: 12
2023-05-09 11:27:24 +05:30
identifier: "profile-readme"
---
2023-05-23 15:44:57 +05:30
# Profile READMEs
2023-05-09 11:27:24 +05:30
2023-11-09 19:35:52 +05:30
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 11:27:24 +05:30
2023-09-06 19:52:50 +05:30
Making the `.profile` repository private will hide the Profile README.
2024-01-28 04:50:17 +05:30
Example of user with `.profile/README.md` :
2024-01-31 19:02:17 +05:30
![profile readme screenshot ](/images/usage/profile-readme.png )