Mezzo is a headless Content Management System written in Rust.

Installation

sh cargo install mezzo

Create a new project

sh mezzo new my-blog

Project structure

app |- models/ |- public/ |- index.html |- main.css |- .gitignore |- mezzo.json