DEV Community

Cover image for How To Create A GitHub Profile README
Monica Powell
Monica Powell

Posted on • Updated on • Originally published at aboutmonica.com

How To Create A GitHub Profile README

GitHub recently released a feature that allows users to create a profile-level README to display prominently on their GitHub profile. This article walksthrough how to access this new feature. I'll also be sharing some fun GitHub profiles I've seen so far. I'd love it if you shared yours with me on Twitter @waterproofheart.
The header GIF shows what my README looks like at the time of this writing. You may notice I was recently selected to be GitHub star!

Why READMEs?

The GitHub profile-level README feature allows more content than the profile bio, supports markdown which means you can play around with the content more visually (Did someone say GIFs!?) and the README is significantally more visible as it is placed above pinned repositories and takes up as much space above the fold of the webpage as you like.

A solid README is a core-component of well-documented software and often encourages collaboration by sharing helpful context with contributors. In my opinion, a profile-level README seems like a great extension of a convention a lot of GitHub users are already familiar with. If you're looking to make project-level READMEs more awesome and helpful check out matiassingers/awesome-readme for resources and examples of compelling READMEs.

How do I create a profile README?

The profile README is created by creating a new repository that’s the same name as your username. For example, my GitHub username is m0nica so I created a new repository with the name m0nica. Note: at the time of this writing, in order to access the profile README feature, the letter-casing must match your GitHub username.

If you already have a project in a repo-named username/username and are interested in setting up a profile-level README, then I recommend either re-naming that repository or re-purposing the existing project's README based on what makes the most sense in your particular situation.

  1. Create a new repository with the same name (including casing) as your GitHub username: https://github.com/new

  2. Create a README.md file inside the new repo with content (text, GIFs, images, emojis, etc.)

  3. Commit your fancy new README!

    • If you're on GitHub's web interface you can choose to commit directly to the repo's main branch (i.e., master or main) which will make it immediately visible on your profile)
  4. Push changes to GitHub (if you made changes locally i.e., on your computer and not github.com)

screenshot of the GitHub page for creating new repositories

Fun READMEs

The GitHub README profiles are written in Markdown which means you aren't just limited to texts and links, you can include GIFs and images. Need to brush up on Markdown Syntax? Check out this Markdown Cheatsheet.



If you're really ambitious you can use GitHub actions or other automation like bdougieYO or simonw to dynamically pull data into your README:


Serverless functions can also be used to dynamically generate information (for example your current Spotify activity):

I'm a huge proponent that folks should maintain a website they have complete ownership over (even if it's a no-code website solution) but this is tempting...


I've been inspired by the creative READMEs I've seen so far and am looking forward to seeing all kinds of profiles in the upcoming months.

Oldest comments (45)

Collapse
 
rodrigograca31 profile image
Rodrigo Graça 👨🏻‍💻🐛

Not wanting to plug my self but I think my profile also looks pretty nice and has a few easter eggs:
github.com/rodrigograca31

Collapse
 
sarehprice profile image
Sarah Price

I saw someone post theirs the other day with a fun animation. I hadn't realized this was a new feature so I thought they were just joking around. But this is great! I'm going to have to do some brainstorming on mine. Maybe I'll see how much of my design skills I can use in it as well!

Collapse
 
coderjojo profile image
coderjojo

I have created Developer Profile repository with a bunch of GitHub profiles so that others will get inspiration to create their own. Do consider to contribute with your profile also.

Collapse
 
itsasine profile image
ItsASine (Kayla)

Only downside I can see to this is that the README seems meant to be a living document. Mine is a bunch of gifs now, but later I could update it to actually be professional or something and less awesome.

Collapse
 
coderjojo profile image
coderjojo

You may update it later in the repo also.

Thread Thread
 
itsasine profile image
ItsASine (Kayla)

I see screenshots got added recently, nice! :)

Collapse
 
waylonwalker profile image
Waylon Walker

Such a cool feature!!!

I had quite a few good ones submitted, you should add yours as well.

Collapse
 
gsmahajan profile image
Girish Mahajan

dillinger.io/ give it a shot. Quiet handy tool

Collapse
 
ayushkumar25 profile image
Ayush Kumar • Edited


My Github.
For more cool templates.

Collapse
 
jacques_blom profile image
Jacques Blom • Edited

I've set mine up to automatically pull in my latest uploads from YouTube, using a Netlify Serverless function:
github.com/jacques-blom
screenshot

Collapse
 
punitkmryh_93 profile image
Punitkumar Y Harsoor • Edited

I did my own have a look:
Github Profile /punitkmryh

Collapse
 
danmba profile image
Dan

Is there any way in markdown to do a responsive image (ie. different images for different widths)?

You can use an img tag in GitHub markdown, but it doesn't support srcset.

Collapse
 
rdnine profile image
Rafael Duarte

What a nice feature!

This is going to my to-do for future build!

Thanks 👍

Collapse
 
king11 profile image
Lakshya Singh

I made mine after seeing this post thanks a lot.

My Readme : Profile

Collapse
 
anitajoseph profile image
Anita Joseph

Thanks for the steps to be followed ans also the exemples.

Collapse
 
10secondsofcode profile image
Elango Sundar

I have created a repository for awesome github profile aims to collect the all awesome beautiful READMEs profile and make your Profile look good & Inspire other's.

Collapse
 
caffiendkitten profile image
DaNeil C

This is such an underused feature. Thanks for sharing it!

Collapse
 
kkvanonymous profile image
Kunal Kumar Verma

This inspired me to make my own Github readme profile.
Thx for the same :)
Here's the link : Github