Simple and free CV Maker that renders minimalistic CV.
Based on idimetrix/cv, simplified and ported to Rust.
All personal information is stored in a single info.toml
file.
Templates use Jinja syntax and are stored in templates
folder.
To run the project, use:
cargo run
This starts an Actix server on http://localhost:3000/ that serves a CV in plain HTML. This page can be printed to PDF, yielding you a proper CV.
All changes to the info.toml
and templates are hot reloaded, so you can tweak them without restarting the server.