How to host your static site with github.io subdomain

How to host your static site with github.io subdomain


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

Git, best practices and mistakes.


Here we are going to talk about the best practices that you should follow and avoid the mistakes at all cost while using git. These are all the points learned during the experience of various project and mistakes. So lets start. Daily push your code before leaving and pull the code before start working. Why

Git and how to use it.


It was around 3 years back, I was with one of my seniors , I asked him what is github? The answer was it is a website and don’t you mix it with git. Then obvious next question was then what is git. His answer “Git is used for version control” And that is the statement