Skip to content

feat(blogs): add blogs/ folder with seed posts and contribution schema#76

Merged
chefgs merged 1 commit into
mainfrom
copilot/create-multiple-blogs-and-auto-post
Jul 8, 2026
Merged

feat(blogs): add blogs/ folder with seed posts and contribution schema#76
chefgs merged 1 commit into
mainfrom
copilot/create-multiple-blogs-and-auto-post

Conversation

Copilot AI commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

No blog authoring structure existed in the repo — content for gsaravanan.com had no designated source location, format contract, or publishing pipeline anchor.

What's added

blogs/README.md

  • Frontmatter schema definition (title, slug, description, topic, tags, publishedAt, featured)
  • Approved topic taxonomy
  • File naming convention: YYYY-MM-DD-slug.md (date prefix drives scheduled publish automation)
  • Pointer to the forthcoming publish workflow

8 seed posts — one per major DevOps-OS surface area, dated weekly from 2026-07-07:

File Topic
2026-07-07-introducing-devops-os-… Platform overview (featured: true)
2026-07-14-process-first-devops-… Process-First philosophy
2026-07-21-github-actions-at-scale-… GHA scaffold + reusable workflows
2026-07-28-gitops-argocd-flux-… ArgoCD / Flux CD scaffolding
2026-08-04-sre-bootstrap-… Prometheus + Grafana + SLO generation
2026-08-11-infrastructure-hardening-… Kyverno / InSpec / Checkov
2026-08-18-developer-platform-onboarding-… Dev container scaffold
2026-08-25-ai-powered-platform-engineering-… MCP server / AI integration

Design choices

  • Flat folder — no drafts/ or scheduled/ subdirs; date prefix in filename is the only metadata needed to drive automation
  • All posts derived from existing project docs/CLI — no invented capabilities
  • publishedAt field is the single control surface for the scheduled GHA publish workflow (to be added separately)

@chefgs chefgs marked this pull request as ready for review July 8, 2026 05:26
@chefgs chefgs merged commit da9fddb into main Jul 8, 2026
8 checks passed
@chefgs chefgs deleted the copilot/create-multiple-blogs-and-auto-post branch July 8, 2026 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants