Immersive reading on the Blog shell
This page is rendered by the ordinary Blog shell. There is no special content type behind it. Four front matter keys change the presentation, and a section can set the same recipe once in a cascade:
The hero
A page with a featured image can open with it. hero turns that image into a
full-bleed backdrop across the top of the viewport, moves the title down to
give it room, and masks the artwork away before the body begins. Because the
shell paints it, the same presentation also works on a section index.
The page card, social preview, and Hero all use the same representative-image
resolver. featured_image: banner keeps the framed alternative, while a page
without a suitable image simply falls back to the normal opening.
The outline rail
toc_style: flow replaces the viewport-pinned outline with a wider rail in the
content flow. It starts beside the article below the Hero and becomes sticky
only after scrolling. The switch is independent of the image, so one section
can keep a consistent outline even when some pages have no artwork.
toc_taxonomies: false removes the taxonomy clouds. If a page has neither an
outline nor clouds, the empty rail is omitted completely.
What remains available
Everything below the opening is still a normal Blog article: date and reading
time, tag badges, authors and profiles, the series strip, the description lead,
sharing, annotation, sequential navigation, and comments. The Blog shell omits
breadcrumbs by default; breadcrumb: true restores one for a page that needs
its position in the tree to remain visible.