Changelog supports timeline and classic layouts
Changelog layout configuration
Changelogs now support two layouts:
timeline(default) renders a searchable timeline of condensed entry cards.classicrenders stacked full entries inline, preserving code formatting, copy buttons, and links.
Set either value site-wide with layout.changelog-layout in docs.yml:
layout:
changelog-layout: classic
Or override the site-wide default for a single changelog by adding layout to its overview page frontmatter:
---
layout: classic
---
The per-changelog override takes priority over the site-wide setting.
Fetched July 1, 2026

