[GitHub] 5 special repositories to improve your and your organization profile
3 min readApr 30, 2023
Do you know, there are interesting features that can help to visually improve your and your github organization profile.
- Individual — Creating a repository with same name as our
username
in github, will unlock one of the special-repository for us. Anything that we will add to theREADME.md
file of our repository will appear on our profile homepage. For example, my username on github issarvsav
and I have created this repositorysarvsav
, and it published the content ofREADME.md
file on my profile homepage. And, within this file we can add links to our social media accounts, add github actions to update our profile statistics and many other interesting stuff. - Individual — Creating a repository with name ending with .github.io and, this repository will unlock the github pages for us. For example, if we create a repository named
username.github.io
where username is our github username, then it is an another special repository for us. With this repository, we will host our profile as a website. If we create a file namedindex.html
in the repository, then it will host the content of the repository on website:https://username.github.io
with no extra cost. We can also add Jekyll themes on our github pages, or even host an application created in Angular or React.