Genereto Documentation

Getting Started with Genereto

This guide will walk you through creating your first static site with Genereto.

Installation

First, make sure you have Rust installed, then clone the repository:

git clone https://github.com/FedericoPonzi/genereto.git
cd genereto
cargo build --release

Your First Site

Create a new project:

./target/release/genereto generate-project --project-path ./my-site

This creates the basic structure you need to get started.