How to create profile level readme.md file in GitHub?
Recently, Github released a feature for displaying readme.md file on user’s GitHub profile.
Most of us already know that we can put readme.md file for our repositories in Github. Github took it one step further to make it available on profile pages.
In order to do that we need to create a public repository with our GitHub username by including readme.md file.
Looks like we have found a secret.
Since we have included readme.md file while creating the repository, GitHub adds a template for us.
You can also edit markdown files in browser at stackedit.io
That’s it.