Tech Stack#
- Static site generator: Hugo
- Theme: Blowfish
- Hosting: GitHub Pages
- Domain: GoDaddy → custom domain
- CI/CD: GitHub Actions
Why Hugo?#
Hugo is blazing fast, has great theme support, and deploys easily to GitHub Pages. No JavaScript runtime needed — just write Markdown and ship.
Setting Up#
- Install Hugo
- Pick a theme (Blowfish is great!)
- Configure
hugo.toml - Write content in Markdown
- Push to GitHub → auto deploy
Simple and effective.