Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 26, 2021 04:21 am GMT

Deploy a Simple Website Using Github Pages

So what is github pages?

Github pages is a feature in github that allows you to deploy static webpages.

How do I do it?

Its actually really simple, lemme walk you through it:

Step 1:
Make a github repository.

Step 2:
Upload a simple .html page with the name as index.html. It is important to note that the name of the web page MUST be index.html

Step 3:
Go to
Repository setting -> Pages.

Step 4:
Set the branch to main and save. You will see a " is ready to be published."

In a few minutes, your website will be ready to view!
And that's it, 4 simple steps and then you have you first webste deployed using gitub pages.


Original Link: https://dev.to/pranavviswanathan/deploy-a-simple-website-using-github-pages-1jl

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To