Hugo Static Site on Cloudflare: Why I chose Cloudflare Pages and How I Did It in 10 Minutes
A Hugo Solution for a New Blog? But How? You want to write a blog. You have your articles. Or you have the desire to write but haven’t decided what to use yet. There are dozens of solutions made for this, of course, but personally, I preferred Hugo. Hugo is actually an application written in GoLang that’s used to create static sites. It converts the Markdown-formatted articles you write into HTML. Because of this, your site has MAXIMUM SPEED to serve an HTML response. Of course, you also need to take into account your site images and the third-party things you use. But in our world where speed is important for SEO, I decided that HUGO would be both sufficient and beautiful, and I started using it. ...