Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display readme.md file on profile in Github?

I have created a README.md file in my username.github.io repository but it doesn't appear on my profile page:

enter image description here

like image 341
Programmer Gaurav Avatar asked Sep 19 '25 05:09

Programmer Gaurav


2 Answers

Profile READMEs must be located in a public repository named after your GitHub user name. This is different from your GitHub Pages User site.

Assuming your GitHub username is username:

  • Your GitHub Pages User Site should be in a repository named username.github.io. You already have one of these.

  • The repository for your profile README.md should just be named username. Create a new repository with that name and add your README.md there.

like image 166
Chris Avatar answered Sep 23 '25 13:09

Chris


You just have to create a new repository with the name as your username (ProgrammerGaurav) and create a README.md in that repository.

like image 38
Shreya Maheshwari Avatar answered Sep 23 '25 11:09

Shreya Maheshwari