# livejrnl-rsAn application to render [jrnl.sh](https://jrnl.sh) journals as a static website. Written in Rust and licensed under the [GPLv3 license](LICENSE).## Work In ProgressThis is a work in progress. As of right now, there is no meaningful output.My goal is to be able to run this command and have a website populated by my journal:`jrnl --format json | livejrnl-rs -o $HOME/Websites/livejrnl-rs/`## RemarksThis is my first Rust application. The code here may not be the best practices. I welcome issues that bring it up, and would love a nudge in the right direction on how to fix them. :)