Hosting your Hugo website for free on Cloudflare
You probably already know how big a fan I am of Cloudflare. So while looking around on the Cloudflare console, when I discovered Cloudflare pages, I was overjoyed! It took me only a couple of minutes to switch hosting this blog from DigitalOcean apps to Cloudflare pages. That鈥檚 the beauty of code driven deployments 馃檪 I followed the very handy documentation here on the Cloudflare developer portal, and switching was a breeze! The only point to note is that by default Cloudflare uses an old version of Hugo, so your website may not compile. It鈥檚 a better idea to instead use the HUGO_VERSION environment variable and set it to the same version as what you鈥檙e using locally (you can get your local version by running hugo version). ...