Blog Pipeline Smoke Test
A throwaway post that verifies the SBC developer hub blog workflow — content files, registry, validation, and preview — before publishing real announcements.
This is a smoke-test post for the SBC developer hub blog pipeline. It exists to verify that content files, registry entries, validation, and local preview all work end to end before publishing real announcements.
If you can read this at /blog/blog-pipeline-smoke-test, the post is registered correctly in `posts.ts` and rendering through `BlogContent`.
What this post exercises
- Content file at
src/lib/posts/content/blog-pipeline-smoke-test.ts - Registry entry at the top of
posts[]inposts.ts - Automatic sync to
/blog, the home feed,/feed.json, and/llms.txt npm run validate:blog -- blog-pipeline-smoke-test
Sample inline code
Validation is run with npm run validate:blog -- blog-pipeline-smoke-test. TypeScript is checked separately with npx tsc --noEmit.
Next steps
Delete or replace this post before shipping to production. For real content, see the SBC docs and existing posts on the developer hub.