Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 304 Bytes

My personal website and resume hosted within 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