Skip to content

Cbeck527/becker.am

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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