mezzo 0.2.7

A fast headless CMS.
# Work in progress - DO NOT USE

<img width=420 src=logo.png />

&nbsp;

**Mezzo is a headless Content Management System written in Rust.**

## Installation

```sh
cargo install mezzo
```

## Create a new project

```sh
mezzo new my-blog
```

## Start the project

```sh
mezzo start my-blog
```