Building opscode.io
First post, the stack. This is a static site deployed to AWS via a fully automated pipeline. No servers, no databases, no CMS. Every post is a Markdown file in a git repo. Stack Overview Hugo - static site generator PaperMod - theme S3 - origin storage for built site files CloudFront - CDN, HTTPS, caching ACM - TLS certificate Route 53 - DNS GitHub Actions - CI/CD Terraform - all infrastructure as code Hugo and PaperMod Hugo is a static site generator written in Go. Write Markdown, get HTML. No runtime, no application server, nothing to patch or exploit. ...