Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 386 Bytes

becker.am

My personal website, built with the static site generator cactus.

Build Status

Setup

cd becker.am
make

# serve the site locally
cactus serve

# generated HTML
ls .build/

# Copy to hosting service
aws s3 sync .build/ s3://www.becker.am