Prerequisites Git installed GitHub account Cloudflare account (free) Homebrew (Mac) or winget (Windows) Step 1: Install Hugo # Mac brew install hugo # Windows winget install Hugo.Hugo.Extended # Verify — note your version number, you'll need it later hugo version Step 2: Create Site hugo new site myblog cd myblog git init Step 3: Install PaperMod Theme git submodule add https://github.com/adityatelange/hugo-PaperMod themes/PaperMod Step 4: Configure hugo.toml Open hugo.toml in your editor and replace contents with: ...