Spaz

Welcome to Spaz, a Rust-based static site generator that transforms markdown files into a blazingly fast website.

What is Spaz?

Spaz takes your markdown files and generates a fast, interactive SPA with:

Quick Start

# Clone and install
git clone git@github.com:lucky/spaz.git
cd spaz && cargo install --path .

# Create your markdown files
mkdir my-site
echo "# Hello World" > my-site/index.md

# Generate your site
spaz --input my-site --output dist

# View it locally
cd dist && python3 -m http.server 8000

Key Features