Skip to main content

How to make Stylish GitHub Profile readme.md ?

 Hello Everyone , Today we'll how to make stylish readme.md for your Github profile(not for project)

let's begin...

Github profile readme.md is file which is like your stylish resume , it has your skills , github activities etc.

Below is sample how it would look.


It is very easy to make. 

Step 1: create repository of your name (ex: i created arth2002)

            now make it public and add readme.md to it

Step 2: go to (Readme Generator)

            Fill your skill and tools you know 

            Then generate readme.md 

Step 3: now update your readme.md (paste copied readme.md)

            now commit as "initial commit" 


Note: There can be some issue in url so just copy original url and paste it in readme.md file


Thank You 😊😊

Comments

Popular posts from this blog

Products Which I like

headphone Buy now Camera Buy now

What is Digital Root ?

 What is a Digital root? if you have done little competitive programming or practice for Data Structure or anything else you have got a problem where you need to sum all digits of the number and do this process until the number becomes a single-digit number. so that is Digital Root, let's talk about it.

Makefile

 You may have seen file named Makefile or you may have type command like make, make install. so what is this file Makefile and what are this command. let's discuss about it.