Custom static site generator used for https://www.furidamu.org/
For local testing, run:
python3 -m http.server 8787 --bind 127.0.0.1 --directory ~/tmp/rendered_blog/
RUST_LOG=info RUST_BACKTRACE=1 cargo run --release -- \
--input ~/blog/ --output ~/tmp/rendered_blog/ \
--siteurl http://localhost:8787
To publish, run:
RUST_LOG=info RUST_BACKTRACE=1 cargo run --release -- \
--input ~/blog/ --output ~/tmp/rendered_blog/
./s3_upload.sh ~/tmp/rendered_blog/ www.furidamu.org