This is a placeholder article. It exists so the build, the insights index, the article template, the RSS feed, and the sitemap all have real output to render against before any editorial content lands.
Key takeaways
- This post is a placeholder — replace it with real editorial.
- The article template, RSS feed, and sitemap are all wired up and working.
- Drop new articles into
src/content/articles/*.mdand they publish automatically.
What’s wired up
The site mirrors the same Astro + Vercel pattern the sibling sites use:
content collection at src/content/articles, automatic listing and article
routes under /insights, an RSS feed at /rss.xml, a sitemap at
/sitemap.xml, and an llms.txt for AI crawlers.
FAQs
Q: When will real content appear here? A: As soon as the first real article
is dropped into src/content/articles/ (or published via the content pipeline),
this placeholder can be deleted.