Humanpath scaffold — read the seed news post.

Last updated:

05/17/2026¡2 min read
Humanpath welcomes you

Humanpath is a trimmed sibling of the Earthian rankings codebase—same routing and layout patterns, but only one story in News until you add more rows to articles.ts.

What you should edit first

Open `src/app/[locale]/news/articles.ts` and duplicate the sample object for each new announcement. Each entry needs a stable `pathSlug` (recommended) or a title that slugifies cleanly.

Where the body lives

This paragraph and the intro are defined in `src/lib/humanpath-article-bodies.ts`. Extend the `humanpathNewsArticleBodies` map with the same key you use in the URL.

Keeping parity with the parent project

The rankings app keeps long-form bodies near the route for legacy reasons; Humanpath centralises starter copy in one file so the template stays small. When you outgrow that, you can move bodies to MDX, a CMS, or per-route modules—without changing the URL scheme.