Use a formal docusaurus i18n structure

This commit is contained in:
Lunny Xiao
2024-06-06 20:44:06 +08:00
parent 089f2a0b46
commit b9e0a85c9b
1126 changed files with 72 additions and 5510 deletions
@@ -0,0 +1,20 @@
---
date: "2023-03-02T21:00:00+05:00"
title: "Profile READMEs"
slug: "profile-readme"
sidebar_position: 12
toc: false
draft: false
menu:
sidebar:
parent: "usage"
name: "Profile READMEs"
sidebar_position: 12
identifier: "profile-readme"
---
# Profile READMEs
To display a Markdown file in your Gitea profile page, simply create a repository named `.profile` and add a new file called `README.md`. Gitea will automatically display the contents of the file on your profile, above your repositories.
Making the `.profile` repository private will hide the Profile README.