Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 169 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 169 Bytes

Run

jekyll serve

Build

jekyll build

Upload Contents into S3

Upload contents under _site directory to s3

aws s3 cp _site s3://buraktas.com --recursive