asw/archive/site/content/layouts/_index.md
exe.dev user e47a9f4401 asw-v01: archive deferred content (packs, site, lab, legacy examples)
- 2.1: packs/ -> archive/packs/
- 2.2: site/ -> archive/site/
- 2.3: src/lab/ -> archive/lab/
- 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
2026-06-07 10:39:21 +02:00

1.8 KiB

title description
Layouts Available page layouts in ASW. Each card links to a live page using that layout.

Available Layouts

Docs

Three-column layout: sidebar navigation, main content, table of contents. The standard documentation pattern.

data-layout="docs"

See it live →

Essay

Long-form prose with centred masthead, abstract, byline. Wide reading measure with typographic refinements.

type: essay

See it live →

Console

Docs variant with sidebar flush to viewport edge. Designed for terminal-style interfaces and dashboards.

data-layout="console"

Prototype — demo coming

Grid

Multi-column content grids for cards, galleries, dashboards. Responsive — collapses to single column on mobile.

data-layout="grid-2" / grid-3

This page uses grid-2 for these cards

Prose

Single-column reading layout. Content constrained to --width-prose (65ch) for optimal readability.

data-layout="prose"

See it live →

Report

Formal document layout with print styles. Headers, numbered sections, optimised for PDF export.

data-layout="report"

See it live →