- Add build.yml: builds Hugo site on all non-main branches and PRs
- Add deploy.yml: builds and deploys to S3 + CloudFront on main branch pushes
- Uses generic OIDC role for AWS authentication
- Configure Lynx theme as Hugo module
- Add high-quality author.png generated from vector EPS source
- Update hugo.yaml with author configuration and module imports
- Add _vendor/ to .gitignore (Hugo module cache)
- Include custom CSS placeholder for future styling
- Set up proper module structure with go.mod and go.sum