This is the source code for my website at https://www.kurup.org/. It is a Hugo generated site, using the Hugo-Octopress theme. (It used to be an Octopress site).
#. Install hugo
Followed this: https://gohugo.io/hosting-and-deployment/hosting-on-github/
#. Make the changes in the content directory. Build the site and view it at localhost:1313:
hugo server -D
#. Fully build the site:
hugo
#. When you're satisfied, push to github pages:
./deploy.sh
#. Commit and push the source changes
Github pages points kurup.com using the CNAME file in the static directory, and a CNAME record at cloudflare for www.kurup.com
Cloudflare points kurup.org here via https://community.cloudflare.com/t/redirecting-one-domain-to-another/81960