Skip to main content
LisibleDocumentation
Live previewer

Discover Lisible

Introduction

Understand Lisible, its structure and the recommended path before creating your first site.

Lisible is a static blog framework built with Astro. It combines one audited functional core, six interchangeable visual experiences and a bilingual editorial pipeline. Content stays unique: switching variants never duplicates posts or configuration.

What Lisible provides

  • static output with very little reader-side JavaScript;
  • six visual variants that share the same contracts;
  • French and English MDX content by default, including all Markdown features;
  • Pagefind, RSS, sitemap, OpenGraph, JSON-LD and text exports;
  • callouts, KaTeX formulas, full-screen Mermaid and draw.io diagrams;
  • interactive file trees, tabs, steps and spoilers in MDX;
  • tags, archives, series, drafts, covers and pinned posts;
  • reload-free navigation with Astro transitions;
  • a shareable live previewer synchronized to an exact source commit;
  • quality gates: link and asset checks, unit and end-to-end tests, cross-variant conformance.

Mental model

Diagram
100%
Rendering diagram...
Scroll to zoom, drag to pan

The shared/ directory owns common data. The versions/<variant>/ directory owns presentation. Root scripts select the variant, then delegate dev, build and preview to the matching package.

  1. Explore the live preview to compare variants and settings.
  2. Read Architecture to learn where each change belongs.
  3. Follow Installation and Configuration.
  4. Review Content, Markdown and MDX before publishing.
  5. Enable or disable capabilities in lisible.config.json.
  6. Finish with Quality, Build and deployment, then Troubleshooting.

Scope

Lisible favors simple Git-based authoring. It does not ship a CMS, analytics or an email service. Those choices reduce initial cost and maintenance surface while keeping integrations possible when needed.

Documentation maintained with LisibleEdit this page ↗

Actions

Search for an API, a command or a concept.