You may have seen many sites which have github.io as a domain name. In this article we are going to discuss how to host your static site with github.io subdomain.
You can also host your site with your_subdomain.github.io. Its just that your sub domain that is your_subdomain should be unique.
How to setup github pages website
Lets start with what you need to do.
You need to create a repo named your_subdomain.github.io and put your static content there.
You are done now you can visit your_subdomain.github.io and see your content.
Any problem refer here.