Welcome to my blog!

The first post will of course be about how I set up this blog. I found this guide by David Hwang and decided to give it a try.

I made very few changes to the first part of the guide:

  • I used winget to install Hugo: winget install Hugo.Hugo.Extended
  • I used the GitHub Workflow suggested by the Hugo documentation

The second part about the custom domain is different because I’m using a subdomain rather than an apex domain. This is what I did:

  • I verified my subdomain in my GitHub global settings as explained here
  • I configured a subdomain for the github pages of this repo as explained here
  • I created a CNAME file in the root of the repo with the content blog.seguri.dev