New: search page at /blog/search, JSON feed at /feed.json, and machine-readable search at /blog/search.json.
Back to blog
AI trends 1 minute read

AI Summary Cards With Frontmatter

February 3, 2026

AI Summary Cards With Frontmatter

AI SUMMARY

Add an optional `summaryAI` field in frontmatter. If present, render a soft card after the hero image with a mono uppercase label (“AI SUMMARY”) and a short paragraph. If absent, omit the card entirely.

Maria Santos
Maria Santos
Design Lead
View author page

Share this article

On this page

Readers don’t always want the whole story. They often want the gist, then decide.

Placement

The summary works best after the hero image and before the article body.

Implementation idea

summaryAI: "One paragraph that makes the post skimmable."

Then in the post page:

{#if post.summaryAI}
  <SummaryCard summary={post.summaryAI} />
{/if}

More from this author

Maria Santos

Author page

More posts to read