code.gitea.io/gitea@v1.22.3/docs/content/usage/profile-readme.en-us.md (about)

     1  ---
     2  date: "2023-03-02T21:00:00+05:00"
     3  title: "Profile READMEs"
     4  slug: "profile-readme"
     5  sidebar_position: 12
     6  toc: false
     7  draft: false
     8  menu:
     9    sidebar:
    10      parent: "usage"
    11      name: "Profile READMEs"
    12      sidebar_position: 12
    13      identifier: "profile-readme"
    14  ---
    15  
    16  # Profile READMEs
    17  
    18  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.
    19  Gitea will automatically display the contents of the file on your profile, in a new "Overview" above your repositories.
    20  
    21  Making the `.profile` repository private will hide the Profile README.
    22  
    23  Example of user with `.profile/README.md`:
    24  
    25  ![profile readme screenshot](/images/usage/profile-readme.png)