Github Pages Hosts A Website with A Custom Domain

Github Pages Hosts A Website with A Custom Domain

From previous posting, “Online Document/Resume Deployment on Github Pges with Docsify”, we discussed the way to deploy static web pages and online documents onto Github Pages so that we can save our cost on web hosting, but what if we want to use custom domain like usernameresume.net or resume.username.net rather than username.github.io or username.github.io/pagename? The answer is we can because github provides that functionality to host website by using custom domain, all we need to do is simply 3 steps

  1. buy a custom domain from vendor
  2. config domain DNS setting
  3. config a custom domain on your Github Pages site

Now, let’s dive-in the details of those steps in order to host your website with your favorite domain on github.

Read more