How to build your website?
In this blog, I will show you how to build your website using Hugo and Cloudflare. The theme I am using is papermod (e.g., example here) and it is builded via Cloudflare Pages. My website is here. Install Hugo I use Homebrew to install hugo. # Mac & Linux brew install hugo # Windows choco install hugo -confirm # Normal, no SCSS # Verify it says something like "Hugo Static Site Generator v0....