Last updated:

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.