Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 319 Bytes

File metadata and controls

11 lines (9 loc) · 319 Bytes

This is my personal website and resume hosted within Amazon S3.

Compiling css

sass --watch css/main.scss:css/main.css --style compressed

Uploading to S3

aws s3 sync . s3://itsmattburgess.co.uk --exclude ".*" --exclude "*/.sass-cache/*" --storage-class=REDUCED_REDUNDANCY --sse --acl=public-read