Files
Atay-Makhzan/docs/content/usage/profile-readme.en-us.md
T

26 lines
735 B
Markdown
Raw Normal View History

2023-05-09 01:57:24 -04:00
---
date: "2023-03-02T21:00:00+05:00"
title: "Profile READMEs"
2023-05-09 01:57:24 -04:00
slug: "profile-readme"
2023-07-25 23:53:13 -05:00
sidebar_position: 12
2023-05-09 01:57:24 -04:00
toc: false
draft: false
menu:
sidebar:
parent: "usage"
name: "Profile READMEs"
2023-07-25 23:53:13 -05:00
sidebar_position: 12
2023-05-09 01:57:24 -04:00
identifier: "profile-readme"
---
# 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)