1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/docs/content/usage/profile-readme.zh-cn.md
me2seeks 470a3e3f89
Update some translations and fix markdown formatting (#29099)
Update `docs/content/administration/backup-and-restore.zh-cn.md` 
`docs/content/contributing/guidelines-frontend.zh-cn.md`
`docs/content/help/support.zh-cn.md`
`docs/content/installation/database-preparation.zh-cn.md`
`docs/content/installation/windows-service.zh-cn.md`
`docs/content/usage/profile-readme.zh-cn.md` to be consistent with the
English document
2024-02-11 19:03:49 +02:00

933 B
Raw Blame History

date title slug sidebar_position toc draft menu
2023-05-23T09:00:00+08:00 个人资料 README profile-readme 12 false false
sidebar
parent name sidebar_position identifier
usage 个人资料 README 12 profile-readme

个人资料 README

要在您的 Gitea 个人资料页面显示一个 Markdown 文件,只需创建一个名为 .profile 的仓库,并编辑其中的 README.md 文件。Gitea 将自动获取该文件并在您的仓库上方显示。

注意您可以将此仓库设为私有。这样可以隐藏您的源文件使其对公众不可见并允许您将某些文件设为私有。但是README.md 文件将是您个人资料上唯一存在的文件。如果您希望完全私有化 .profile 仓库,则需删除或重命名 README.md 文件。

用户示例 .profile/README.md:

个人资料自述文件截图