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: ...

2026年2月17日 · 4 分钟 · Duran

从零搭建 Hugo 博客:Vercel + Cloudflare 完整实战记录

前言 今天花了大约 8 小时,从零开始搭建了这个博客。记录一下完整过程,包括技术选型、踩过的坑和解决方案。希望能帮到想搭建自己博客的朋友。 技术栈介绍 Hugo - 静态网站生成器 Hugo 是用 Go 语言编写的静态网站生成器,号称"世界上最快的静态网站生成器"。 ...

2026年2月17日 · 3 分钟 · Duran