Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 592 Bytes

File metadata and controls

17 lines (11 loc) · 592 Bytes

rustybower.com

Source for rustybower.com, a blog about security engineering, systems, and infrastructure.

Built with Hugo using the Stack theme.

Local development

git clone --recursive git@github.com:RustyBower/rustybower.com.git
cd rustybower.com
hugo server -D

Deployment

Pushes to master are automatically picked up by a git-sync sidecar running in Kubernetes, which rebuilds the site with Hugo and serves it via nginx.