Jun 20, 2026 · Epostix

Hello from the new Epostix blog

A first post to prove the markdown content pipeline works end to end.

Welcome to the new Epostix marketing site. This page is authored entirely in markdown under content/blog/, rendered through @nuxt/content and <ContentRenderer>.

Why markdown

Editing copy no longer means touching Vue components. Front-matter drives the listing pages, and the body renders as styled prose:

  • Lists, bold, italics, and inline code all work.
  • Code blocks are syntax-highlighted.
  • You can drop interactive Vue components straight into the prose via MDC.
// fenced code is highlighted
const sent = await epostix.emails.send({to: 'hi@example.com'})

This box is a Vue component (Callout.vue) embedded directly in markdown using MDC.

That's the whole pipeline — content lives in .md, the design lives in the theme.

← Back to blog