Skip to content

Add CozySummit Virtual 2026 program announcement#472

Merged
tym83 merged 2 commits intomainfrom
blog/cozysummit-virtual-2026-program
Apr 6, 2026
Merged

Add CozySummit Virtual 2026 program announcement#472
tym83 merged 2 commits intomainfrom
blog/cozysummit-virtual-2026-program

Conversation

@tym83
Copy link
Copy Markdown
Contributor

@tym83 tym83 commented Apr 6, 2026

Summary

  • Add blog post announcing the full speaker lineup for CozySummit Virtual 2026 (May 26)
  • Includes banner image and session details with speaker bios
  • Links to CNCF registration page

Test plan

  • Verify the post renders correctly with hugo server
  • Check image displays properly
  • Verify registration link works

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Published blog post "CozySummit Virtual 2026: The Program Is Set" with event date, full talk lineup (five sessions and speakers), program committee credits, banner image, and a registration link.

@tym83 tym83 requested review from kvaps and lllamnyp as code owners April 6, 2026 17:44
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

Deploy Preview for cozystack ready!

Name Link
🔨 Latest commit a412f4a
🔍 Latest deploy log https://app.netlify.com/projects/cozystack/deploys/69d3f50e18bd2d0008084e14
😎 Deploy Preview https://deploy-preview-472--cozystack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 6, 2026

📝 Walkthrough

Walkthrough

A new blog post adds the CozySummit Virtual 2026 program announcement with YAML frontmatter, a banner image, five listed sessions with speakers, a credited program committee, and a registration link for the May 26, 2026 event.

Changes

Cohort / File(s) Summary
Blog Post - CozySummit 2026 Virtual Program
content/en/blog/2026-04-06-cozysummit-virtual-2026-the-program-is-set/index.md
Adds a new markdown blog post containing frontmatter (title, slug, date, author, description), banner image, announcement text, a "SESSIONS" list of five talks with named speakers, a program committee bulleted list, and a registration link.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 I hopped to the meadow and found a bright plan,
I stitched talks and speakers with paw and with hand,
The program is set for a joyful online meet,
Come hop in the circle—bring carrots to eat! 🥕✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: adding a blog post announcing the CozySummit Virtual 2026 program, which is the primary purpose of this changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch blog/cozysummit-virtual-2026-program

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new blog post announcing the program for CozySummit Virtual 2026, including the session lineup and program committee. The review feedback suggests adding descriptive alt text to the banner image for better accessibility and correcting a session title to ensure grammatical consistency and uniform branding of 'Cozystack'.

description: "The full lineup of talks for CozySummit Virtual 2026 is ready! Five outstanding sessions from practitioners building real cloud-native infrastructure — all in one free online event on May 26, 2026."
---

![](cozysummit_1200x630.jpg)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The image is missing alt text. Adding descriptive alt text improves accessibility for screen readers and helps with SEO.

Suggested change
![](cozysummit_1200x630.jpg)
![CozySummit Virtual 2026 banner](cozysummit_1200x630.jpg)

**Building a Sustainable Edge PaaS for Education: The BeBy.cloud Journey with Cozystack**
Robert Galik — Founder, share-thinking s.r.o. / beby.cloud | Senior Architect, Cloud-Native Educator

**Building public cloud service on CozyStack**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The session title is missing an article ('a') and uses 'CozyStack' instead of 'Cozystack', which is the casing used elsewhere in this post and the repository.

Suggested change
**Building public cloud service on CozyStack**
**Building a public cloud service on Cozystack**

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In
`@content/en/blog/2026-04-06-cozysummit-virtual-2026-the-program-is-set/index.md`:
- Line 13: The "### 📌 SESSIONS" heading is using h3 and skips a level; change
the heading to h2 by replacing "### 📌 SESSIONS" with "## 📌 SESSIONS" so the
document hierarchy is correct and screen readers can navigate properly (look for
the heading text "📌 SESSIONS" to locate the line to update).
- Line 9: The banner image markdown currently lacks alt text; update the image
tag that references cozysummit_1200x630.jpg in index.md to include a concise,
descriptive alt attribute (e.g., "CozySummit Virtual 2026 program banner showing
speakers and schedule") so screen readers can convey the image content and meet
accessibility requirements; ensure the alt text describes the image purpose
rather than visual decoration.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5d693f50-2b89-4b73-9529-4e4c162282f4

📥 Commits

Reviewing files that changed from the base of the PR and between fc1a7be and a88fcfe.

⛔ Files ignored due to path filters (1)
  • content/en/blog/2026-04-06-cozysummit-virtual-2026-the-program-is-set/cozysummit_1200x630.jpg is excluded by !**/*.jpg
📒 Files selected for processing (1)
  • content/en/blog/2026-04-06-cozysummit-virtual-2026-the-program-is-set/index.md

Comment thread content/en/blog/2026-04-06-cozysummit-virtual-2026-the-program-is-set/index.md Outdated
Comment thread content/en/blog/2026-04-06-cozysummit-virtual-2026-the-program-is-set/index.md Outdated
tym83 and others added 2 commits April 6, 2026 23:01
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: tym83 <6355522@gmail.com>
…tack casing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: tym83 <6355522@gmail.com>
@tym83 tym83 force-pushed the blog/cozysummit-virtual-2026-program branch from efc49a3 to a412f4a Compare April 6, 2026 18:01
@tym83 tym83 enabled auto-merge April 6, 2026 18:04
@tym83 tym83 merged commit 28ae3dc into main Apr 6, 2026
6 checks passed
@tym83 tym83 deleted the blog/cozysummit-virtual-2026-program branch April 6, 2026 18:30
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