Turn your Github repository into a website

Turn your Github repository into a website

Github offers a great feature which allows you to use your repository as a free server for hosting a website. You can turn your repository into a website visible at <username>.github.io/<repo-name> (or a custom domain name) by doing the following (updated instructions from here):

Note that when visiting <username>.github.io/<repo-name>, you may want to perform a hard refresh (Ctrl+Shift+R) to view the latest pushed commits. Note also that GitHub Pages will look for an index.html, index.md, or README.md file as the entry file for your site.