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