Back to projects

Rustipo

An open-source, themeable static site generator written in Rust for blogs, notes, docs, personal sites, and other Markdown-first websites.

RustMarkdownTera

Rustipo is a content-first static site generator built around a simple idea: writing in Markdown should stay straightforward, while layout and visual styling remain flexible.

It uses Markdown for authoring and Tera templates for reusable structure, with a clear split between theme and palette. Themes control layout decisions, while palettes provide generated color tokens that can be swapped without rewriting templates.

The project is aimed at blogs, notes, documentation, personal sites, and other small-to-medium websites where a fast authoring workflow matters more than a heavy publishing stack.