Blog attempt 5

Remove crates.io acknowledgement

The entire opengraph image generator was rewritten
and no original code remains.

+2 -5
+2 -5
README.md
··· 1 - Fifth revision of my website. This time with a `sqlite` backend, and a web post creator. 1 + Fifth revision of my website. 2 + This time with a `sqlite` backend, and a web post creator. 2 3 3 4 Live at https://j0.lol 4 5 ··· 6 7 * This is a Rust project. You will need `cargo`. 7 8 * `bun` (or `node`) is required for the few frontend dependencies I have. 8 9 * Make sure to run `bun i` to install them. 9 - 10 - ## Acknowledgments 11 - - `og_image.rs` is a derivative of https://github.com/rust-lang/crates_io_og_image, licensed under MIT. 12 - - requires `typst` and `oxifmt` installed.