Static Site Generation With Rust, Leptos, and Cinnog
This is a test post written while building this blog using cinnog.
Right now it’s just pointing to some other cool resources.
Checkout:
- Leptos, an awesome framework that uses web assembly to run Rust in the browser.
- Cinnog, a tool for using leptos to do Static Site Generation. It’s still in very early stages, but it’s very cool.
- Cinnog uses the awesome Bevy Entity Component System as the data layer. It’s a really cool system and worth checking out, even if you aren’t interested in game development. As Cinnog shows, it has lots of applications outside of that.