🚀 Documentation

Zeno Docs

Blazing fast blogs for everyone

A lightweight, plugin-first Markdown → Blog framework built with JavaScript. Simple, hackable, and extendable.

Quick Start
# Create a new blog
npx zeno-blog init mysite
cd mysite

# Build and serve
zeno build
zeno serve 3000

Core Features

📝

Markdown to HTML

Write posts in plain .md files with frontmatter support

🎨

Themes

Simple folder-based themes with components

🔌

Plugins

Extend with hooks: onMarkdownParse, onRenderHTML, onPostBuild

Documentation