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