margo
margo copied to clipboard
An alternate Cargo registry using static files
Why can't I `cargo install margo --index https://integer32llc.github.io/margo`, in addition to installing from crates.io?
I'd like to customize the colors of the Margo website, but it seems there is no way unless I re-build the binary
This PR replaces the hard-coded embedded HTML with a [Handlebars](https://handlebarsjs.com/) template system. See the module docs in [`src/template.rs`](https://github.com/woubuc/margo/blob/5957eb9cba0f45c84159ef19ab87093828107bfe/src/template.rs) for more information on how templates are organised. I also refactored a...