Add blog posts and outro styling component#7581
Open
leecalcote wants to merge 10 commits intomasterfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds multiple new blog posts and introduces a reusable “outro” styled block to support consistent action-oriented closing sections in blog content.
Changes:
- Added a new
div.outrostyle block toBlogWrapperfor consistent post endings. - Added six new MDX blog posts covering OpenTelemetry tracing, GitOps + Kanvas, multi-cluster ConfigMap/Secret management, and AI-era open source maintenance.
- Included new hero images referenced by blog frontmatter/content.
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| src/collections/blog/Blog.style.js | Adds div.outro styling for reusable blog outro sections. |
| src/collections/blog/2026/04-02-open-source-maintenance-ai-contributors/index.mdx | New post about maintaining OSS quality amid AI-driven contributions; uses new outro. |
| src/collections/blog/2026/04-01-managing-kubernetes-configmaps-and-secrets-with-meshery/index.mdx | New long-form multi-cluster ConfigMap/Secret post (Meshery-focused). |
| src/collections/blog/2026/04-01-managing-configmaps-secrets-multi-cluster-meshery/index.mdx | New Kanvas/Meshery multi-cluster ConfigMap/Secret post (overlaps topic area). |
| src/collections/blog/2026/04-01-gitops-best-practices-with-kanvas/index.mdx | New GitOps best practices post emphasizing Kanvas workflows. |
| src/collections/blog/2026/04-01-gitops-best-practices-kanvas/index.mdx | New GitOps best practices post (shorter variant) featuring Kanvas. |
| src/collections/blog/2026/03-15-opentelemetry-distributed-tracing-kubernetes-meshery/index.mdx | New OpenTelemetry tracing on Kubernetes post with install/deploy walkthrough. |
src/collections/blog/2026/03-15-opentelemetry-distributed-tracing-kubernetes-meshery/index.mdx
Outdated
Show resolved
Hide resolved
src/collections/blog/2026/03-15-opentelemetry-distributed-tracing-kubernetes-meshery/index.mdx
Outdated
Show resolved
Hide resolved
src/collections/blog/2026/03-15-opentelemetry-distributed-tracing-kubernetes-meshery/index.mdx
Outdated
Show resolved
Hide resolved
src/collections/blog/2026/03-15-opentelemetry-distributed-tracing-kubernetes-meshery/index.mdx
Outdated
Show resolved
Hide resolved
src/collections/blog/2026/04-02-open-source-maintenance-ai-contributors/index.mdx
Outdated
Show resolved
Hide resolved
src/collections/blog/2026/04-02-open-source-maintenance-ai-contributors/index.mdx
Outdated
Show resolved
Hide resolved
...ollections/blog/2026/04-01-managing-kubernetes-configmaps-and-secrets-with-meshery/index.mdx
Outdated
Show resolved
Hide resolved
src/collections/blog/2026/04-01-gitops-best-practices-with-kanvas/index.mdx
Outdated
Show resolved
Hide resolved
Member
|
🚀 Preview for commit ad4c4e0 at: https://69cf578b4302a439096c2994--layer5.netlify.app |
leecalcote
commented
Apr 3, 2026
leecalcote
commented
Apr 3, 2026
Add six new blog posts covering OpenTelemetry distributed tracing, GitOps best practices with Kanvas, managing Kubernetes ConfigMaps and Secrets with Meshery, and maintaining open source quality with AI-enabled contributors. Add div.outro styled block to BlogWrapper for action-forward closing sections in posts. Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…ing-kubernetes-meshery/hero-image.png Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
Co-authored-by: Lee Calcote <leecalcote@gmail.com> Signed-off-by: Lee Calcote <leecalcote@gmail.com> Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…tributors/index.mdx Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…tributors directory Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…ing-kubernetes-meshery directory Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…vas directory Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…lti-cluster-meshery directory Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…-and-secrets-with-meshery directory Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
…irectory Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
f87921a to
0708788
Compare
Member
|
🚀 Preview for commit 0708788 at: https://69cf61494d902b58059325b7--layer5.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
div.outrostyled block toBlogWrapperfor action-forward closing sections in blog posts