How I Built My Site
🧠 Why I Built This Site As a security architect with a growing portfolio, I wanted a personal site that would: Be fast, static, and secure Showcase my resume, projects, and blog posts Be easy to maintain using Markdown and version control Cost $0 to host and scale globally 🔧 Choosing the Tech Stack I considered a few frameworks but landed on this stack: Hugo: Blazing-fast static site generator written in Go GitHub: Source control and CI/CD integration with Cloudflare Cloudflare Pages: Free, secure static hosting with CDN and SSL 🚀 Step-by-Step Setup Guide Here’s a quick illustration demonstrating the workflow for developing and deploying your own static site: ...