Humanpath scaffold — read the seed news post.

Last updated:

05/17/2026¡3 min read
Humanpath blog seed post

The blog section mirrors News: one seed article and the same markdown-to-HTML renderer, so you can validate styling before you scale content.

Add your second post

1. Append a row to `src/app/[locale]/blog/articles.ts`. 2. Add a matching entry to `humanpathBlogArticleBodies` in `src/lib/humanpath-article-bodies.ts`. 3. Visit `/blog/articles//` after `npm run dev`.

Why only one article?

Shipping a thin vertical slice keeps TypeScript, next-intl, and navigation wiring identical to production while avoiding thousands of unused static routes during early editorial work.