Website for you and your projects. Hosted directly from your GitHub repository . Just edit, push, and your changes are live. GitHub now can host your static projects to their servers, and that's for free. You just have to enable the GitHub pages for your repositories. You can forward GitHub's default URL to your custom domain/sub-domain. Let's see how we can do that. Login to your GitHub account. create a new repository with name "(your GitHub username) .github.io". This is your base GitHub page. add a sample index.html file to master branch and after commit, open a new tab on your browser and type: (your GitHub username) .github.io Bingo!! you just hosted your first page on GitHub. (If it does not reflect the changes wait for some time, GitHub might be taking some time to publish it) GitHub gives the option to use it's prebuilt theme to the pages. If you don't want to create a custom static site then go to settings of the repository. Scroll do
The blog represents my thoughts on life and mostly something related to web development.