This is an attempt to create a Rocket based CMS (or at least blog) in Rust.
Currently this project currently doesn't do very much.
- Easy to use CMS/Blog
- Theme-able
- Secure
- Fast
- Extensible
- Add database support (with diesel)
- Add more routes for viewing posts, users, pages, ...
- Build a backend
- Database structure
- Move configuration from
Satellite.toml
to database - JS-framework for the backend