zensical

Installation
SKILL.md

Zensical Site Setup & Configuration

Zensical is a modern static site generator for project documentation, built by the creators of Material for MkDocs. It uses TOML configuration (zensical.toml) and supports mkdocs.yml for migration. This skill covers installation, configuration, theming, navigation, deployment, and customization.

Quick Start

# Install
python3 -m venv .venv && source .venv/bin/activate && pip install zensical
# Or with uv:
uv init && uv add --dev zensical

# Create project
zensical new .
Installs
1
Repository
ml4gland/seqpro
GitHub Stars
14
First Seen
6 days ago
zensical — ml4gland/seqpro