Publish a website using Github
In a previous post Hosting a blog using Hugo and Github, I explained how to use Hugo to create a blogging website and host it on Github. In this post we will look at how to configure Github to serve your website using your own domain. Configure Your Pages Repository I explained how to organise your Hugo blog/website into two repos; one for the entire website project and the other for the /public folder which represents your website. Let’s call this second repo the “public website” repo. ...