feat(blog): new Blockstor banner - #646
Conversation
Replaces the announcement image with the Blockstor social banner. Same 1200x630 frame, so the Open Graph preview keeps its proportions, and the file drops from 1.3 MB to 142 KB — the previous PNG was a photographic export of a blueprint illustration, this one is flat artwork that PNG compresses properly. The alt text described the old picture and now describes this one. Worth noting for anyone comparing the two: the previous banner carried AENIX branding. This one is Blockstor's own, which is the right thing on a site for a CNCF project. Signed-off-by: tym83 <6355522@gmail.com>
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Review limit reached
Next review available in: 14 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
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. Comment |
Summary
Swaps the announcement image on the Blockstor post for the Blockstor social banner.
What changed
content/en/blog/, and because flat art with text stays crisper without JPEG ringing around the lettering.Note for reviewers
The previous banner carried AENIX branding; this one is Blockstor's own. On a site for a CNCF project that seems like the right direction, but flagging it in case the change was meant to be purely cosmetic.
Verification
hugo --minify --buildFuturebuilds clean. With the production baseURL the tag resolves as expected:The bundle keeps its single image and the frontmatter
images:entry is unchanged, so nothing else needed touching.