How To Host A Website
In this lesson, we are going to be teaching you how to host your website using GitHb.
- Head To GitHb, github.com and create an account
- Create a new repository, or use the direct link github.com/new
- Name the repository after yourself or just
my-portfolio-site
- Create a new file and name it index.html(The reason for naming this file index.html is because the first page on a website is always named index)
- Copy the code in the index.html of the file we created during the tutorial and paste it into the index.html in your GitHub Repo
- Do that for the remaining files
The video below should give you detailed information on how to go about it.