Open your Profile and click on the New Repository option.
Press enter or click to view image in full size
GitHub Profile Page
For this Profile readme, one needs to create a special type of repository. The name of this repository should be the same as that of one’s GitHub username. Once that is done, a secret pop-up occurs.
Press enter or click to view image in full size
GitHub Special Repository
It is important to create this repository as Public and also to initialize it with a readme.md file.
Below stage will be retrieved after clicking on the Create Repository button.
Press enter or click to view image in full size
Next step is to click on Edit README and a file with basic structure of portfolio information opens up.
Press enter or click to view image in full size
Default structure of Readme
Uncomment the content i.e remove line no. 3, 4, 6 and 16.
Details can be added according to one’s preference.
Links are preferred only when clickable, for that one can use MarkDown Syntax.
Syntax of Link : [Name of URL](URL)
Markdown is a way to style text on the web.
Commit comment can be added and Commit button can be clicked to finalize the changes.
So this is how one’s profile will look after performing all these steps.
How to add the GitHub Stats image to the Readme file?
For this, one should edit username here. This link has other options such as showicons, title_color, icon_color, text_color and bg_color which can be modified if needed.
Now this link is to be added to the readme file in the form of an image, so again MarkDown Syntax will be used.
Syntax of Image : <img src="add link here">
Above syntax with proper link should be added to the readme file and after commit, one’s profile will look like this.
Press enter or click to view image in full size
Preview of Profile after adding Stats
Any sort of editing, rather it would be adding headings or images can be done using Mark Down syntax.