atomaka.com/build.sh

9 lines
160 B
Bash
Raw Normal View History

2016-11-17 19:52:04 -05:00
#!/bin/bash
2023-02-05 21:07:24 -05:00
mdformat --wrap 80 _posts/
bundle exec jekyll build
2016-11-17 19:52:04 -05:00
2023-02-05 21:07:24 -05:00
aws s3 sync _site s3://www.atomaka.com \
--size-only \
--storage-class REDUCED_REDUNDANCY