0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

docs: user: profile: document user custom profiles

# Conflicts:
#	user/profile.md
This commit is contained in:
Loïc Dachary 2023-07-24 17:21:31 +02:00 committed by Caesar Schinas
parent 38474aaa62
commit 60aca1b265
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
4 changed files with 22 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View file

@ -22,6 +22,7 @@ involved in running it on their machines.
- [Labels](labels)
- [Automatically Linked References](linked-references)
- [Blocking users](blocking-user)
- [Profile costumization](profile)
- Working with Git Repositories
- [Clone & Commit via Web](https://docs.codeberg.org/git/clone-commit-via-web/)
- [Tags and Releases](https://docs.codeberg.org/git/using-tags/)

21
user/profile.md Normal file
View file

@ -0,0 +1,21 @@
---
layout: '~/layouts/Markdown.astro'
title: 'Profile customization'
license: 'Apache-2.0'
origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/profile-readme.en-us.md'
---
By default the profile page of a user is the list of repositories they
own. It is possible to customize it with a short description that
shows to the left, under their avatar. It can now be fully
personalized with a markdown file that is displayed instead of the
list of repositories.
![Profile page](../../../../images/v1.20/user/profile/profile-step1.png)
It uses the `README.md` file from the `.profile` repository of the
user, if it exists.
![Profile README.md](../../../../images/v1.20/user/profile/profile-step2.png)
> **NOTE:** if a the `.profile` repository is private the `README.md` they contain will be displayed publicly. It is **strongly recommended** to verify no such repository exist in a given instance before upgrading.