Building a Hugo Blog from Scratch: Vercel + Cloudflare Complete Guide

Introduction Today I spent about 8 hours building this blog from scratch. This post documents the complete process, including technology choices, pitfalls encountered, and their solutions. Hope this helps anyone looking to build their own blog. Tech Stack Overview Hugo - Static Site Generator Hugo is a static site generator written in Go, marketed as “the world’s fastest static site generator.” Pros: ⚡ Lightning-fast builds (thousands of pages per second) 🎨 Rich theme ecosystem (300+ official themes) 📝 Native Markdown support 🔧 Single binary deployment Cons: ...

February 17, 2026 · 4 min · Duran