Introduction

cd username.github.io
echo "{Your Name}’s one line CV" > index.html
git add --all
git commit -m "Initial commit"
git push -u origin master
Now, point your browser to the following: http://username.github.io and you should see the really cool one-line CV.
Now, that’s great and if you want a one-line CV, your job is done. If however, you need to make the CV, a little more useful, we should change index.html to represent an attractive CV.
While I can create an OK CV page in HTML, I can not do one, as good as the page, you can see above. This template is created by Thomas Hardy. I have made some minor changes to keep it as simple as possible.
Step 2: Use the CV
Download the three files from https://github.com/ozidom/HtmlCVAdditionalfiles and copy them into the same directory, as index.html (you do need to replace index.html).
Now, edit index.html and enter all your valid information.
Remember, it is a public site, so all the information available on this site will be available to the entire world. Do not include anything, you do not wish to be publicly available.
Hence, use the following Git commands to push these changes to your GitHub repo.
git add --all
git commit -m "Added additional files and edited index.html"
git push -u origin master
Now, if you browse to http://username.github.io, you should see your new CV!!!!
Several other articles like this are available at http://domscode.com
Thanks
Huge thanks to a few people:
- Thomas Hardy - brilliant template https://github.com/ozidom/HtmlCVAdditionalfiles.
- Neha Sood - Reviewer.
- Aparna Desai - Reviewer.

Dom MillarPosted Sep 16, 2016, 6:12 PM
Thanks Hussain - the idea is that if you want to use Github pages to showcase some of your HTML/JS I thought a CV would be a good place to start particularly for young Developers starting their career. You could always add additional javascript functionality, CSS and any JS library as well to extend it.
Hussain PatelPosted Sep 14, 2016, 1:56 PM
Recently i got a GitHub account, but nothing on it yet. I thinks that' a nice idea to start with thank you
Ramesh PalaniappanPosted Aug 26, 2016, 9:58 AM
Nice
Mahesh ChandPosted Aug 25, 2016, 9:28 PM
Nice and interesting.