DEV Community

Cover image for Create your Github portfolio in less than 5 minutes
Christian Melgarejo
Christian Melgarejo

Posted on

2

Create your Github portfolio in less than 5 minutes

Want to show the world your awesome portfolio and don't have the cash to get a custom domain and hosting?

GitHub has you covered!

Prerequisites:

You got two ways to do this:

  1. Create a repository {your-username}.github.io
  2. Create a repository {your-username} and add a README.md file

Creating a markdown README.md file with your username

GitHub allows you to create a special repository with your username and adding a plain README.md markdown formatted file will setup a nice quick readme and frontend resume for your GitHub page such as https://github.com/cmelgarejo

Going with a {your-username}.github.io

Creating a repo {username}.github.io this is a good way to have a static site that it's fully customizable with CSS and javascript, styles and all the fancy animations or images portraying your portfolio

You have to create an index.html file and this will be served statically on the site.

image

You might be wondering about the CNAME file that's on the repo, so, you can additionally add a custom domain, you can do so within the settings of the repository:

image

And follow the instructions there, basically you will have to add a CNAME entry at your DNS configuration on the domain provider.

So these are the quickest ways to have a nice about page on the internet without having to spend a dime or make a great effort thanks to the usage of markdown

Cheers!~

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free โ†’

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay