Assuming you have:
- A website built using
blogdownand Hugo - Hosted on GitHub pages, a.k.a .github.io
- Built your blogdown website on your local machine
blogdown:::serve_site(), which is generated within thepublicfolder - Sync'd your local
publicrepository to .github.io repository in your github account
You want to deploy your website to Netlify, which supports custom domains with HTTPS:
- Sign up on Netlify with your GitHub account.