Add new version 1.23.0-rc0 (#128)

Reviewed-on: https://gitea.com/gitea/docs/pulls/128
This commit is contained in:
Lunny Xiao
2024-12-18 07:44:42 +00:00
parent 177b9d8d87
commit a0feb8c4fc
200 changed files with 26416 additions and 3 deletions
@@ -0,0 +1,16 @@
---
date: "2023-03-02T21:00:00+05:00"
slug: "profile-readme"
sidebar_position: 12
---
# Profile READMEs
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.
Making the `.profile` repository private will hide the Profile README.
Example of user with `.profile/README.md`:
![profile readme screenshot](/images/usage/profile-readme.png)