diff --git a/src/data/blogPosts.json b/src/data/blogPosts.json index 3dcda10..9397149 100644 --- a/src/data/blogPosts.json +++ b/src/data/blogPosts.json @@ -1,4 +1,18 @@ [ + { + "slug": "smoke-test-blog-admin-pipeline", + "title": "Smoke Test: Blog Admin Pipeline", + "description": "A throwaway post created by the blog-admin integration test to verify the atomic commit, registry update, and PR flow end to end.", + "date": "Jul 3", + "year": 2026, + "category": "Blog", + "tags": [ + "test", + "smoke" + ], + "banner": "banners/smoke-test-blog-admin-pipeline.webp", + "iso_date": "2026-07-03" + }, { "slug": "overlay-network-ai-agents", "title": "Overlay Network for AI Agents: Architecture and Trust Model", diff --git a/src/pages/blog/smoke-test-blog-admin-pipeline.astro b/src/pages/blog/smoke-test-blog-admin-pipeline.astro new file mode 100644 index 0000000..d7274cd --- /dev/null +++ b/src/pages/blog/smoke-test-blog-admin-pipeline.astro @@ -0,0 +1,16 @@ +--- +import BlogLayout from '../../layouts/BlogLayout.astro'; + +const bodyContent = `

This is a smoke test post. It should be deleted.

+

Section

Body with a code sample pilotctl bench.

`; +--- + + +