mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	docs: Update Profile README information (#26947)
Follow-up of https://github.com/go-gitea/gitea/pull/26295
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2715ef6558
						
					
				
				
					commit
					d1353ad55a
				
			@@ -15,6 +15,6 @@ menu:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Profile READMEs
 | 
					# Profile READMEs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To display a markdown file in your Gitea profile page, simply make a repository named ".profile" and edit the README.md file inside. Gitea will automatically pull this file in and display it above your repositories.
 | 
					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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note. You are welcome to make this repository private. Doing so will hide your source files from public viewing and allow you to privitize certain files. However, the README.md file will be the only file present on your profile. If you wish to have an entirely private .profile repository, remove or rename the README.md file.
 | 
					Making the `.profile` repository private will hide the Profile README.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user