Skip to content

Valkey participants blog for momento#523

Merged
crystalphamLF merged 6 commits into
valkey-io:mainfrom
crystalphamLF:momento
Jun 3, 2026
Merged

Valkey participants blog for momento#523
crystalphamLF merged 6 commits into
valkey-io:mainfrom
crystalphamLF:momento

Conversation

@crystalphamLF
Copy link
Copy Markdown
Contributor

@crystalphamLF crystalphamLF commented Apr 28, 2026

Description

Valkey participants blog - we would like to push this out on the blog page and also link this in the participant's page under Momento.

Issues Resolved

Issue 505

Check List

  • [x ] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

Signed-off-by: Crystal Pham <cpham@linuxfoundation.org>
Copy link
Copy Markdown
Member

@stockholmux stockholmux left a comment

Choose a reason for hiding this comment

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

A few small changes:

  1. It looks like this was made against an older version of the website, so it's missing some required bits like the taxonomy. @crystalphamLF LMK if you need a hand in getting your local copy updated.
  2. In the PR comment you write 'also link this in the participant's page under Momento'. Can you explain more about that? How do you plan to link this?
  3. Is the date of May 26 correct? If so, it's great to make do it now but we should make this a draft pull request so it doesn't get accidentally merged.

Comment thread content/blog/2026-05-26-momento/index.md
Comment thread content/blog/2026-05-26-momento/index.md
Comment thread content/blog/2026-05-26-momento/index.md
@stockholmux stockholmux changed the title momento Valkey participants blog for momento May 20, 2026
@crystalphamLF crystalphamLF requested a review from a team as a code owner May 26, 2026 14:36
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 309a83ec-c87c-4d03-9475-7a5bab657374

📥 Commits

Reviewing files that changed from the base of the PR and between 218f2b7 and 56fba39.

📒 Files selected for processing (1)
  • content/blog/2026-05-26-momento/index.md
✅ Files skipped from review due to trivial changes (1)
  • content/blog/2026-05-26-momento/index.md

📝 Walkthrough

Walkthrough

Adds a new community blog post (interview with Daniela Miao about Momento’s Valkey-based caching service) and a new author profile for Daniela Miao; both include frontmatter metadata and content with community links.

Changes

Momento Interview Blog Post and Author

Layer / File(s) Summary
Author profile for Daniela Miao
content/authors/dmiao.md
New author metadata with title and extra.photo frontmatter, plus a biography paragraph.
Momento interview blog post
content/blog/2026-05-26-momento/index.md
New blog post file with TOML frontmatter (title, date, description, authors, taxonomies) and full interview article body including community engagement links.
  • Suggested reviewers:
    • madolson

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

@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: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@content/authors/dmiao.md`:
- Line 8: Replace the incorrect phrase "humbled everyday" in the author bio
sentence (the line that begins "Daniela Miao is the Cofounder of Momento...")
with the grammatically correct "humbled every day"; update the md content
accordingly so the public-facing bio reads "...where she's humbled every day by
her awesome teammates!" and save the change.
🪄 Autofix (Beta)

❌ Autofix failed (check again to retry)

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: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a903fba0-57f0-43f1-93fd-eae484c53a23

📥 Commits

Reviewing files that changed from the base of the PR and between bafaca2 and 9672c01.

⛔ Files ignored due to path filters (1)
  • static/assets/media/authors/dmiao.jpg is excluded by !**/*.jpg
📒 Files selected for processing (2)
  • content/authors/dmiao.md
  • content/blog/2026-05-26-momento/index.md

Comment thread content/authors/dmiao.md
@crystalphamLF
Copy link
Copy Markdown
Contributor Author

HI @stockholmux and @madolson . May we get this posted for tomorrow?

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Note

Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it.

Autofix skipped. No unresolved CodeRabbit review comments with fix instructions found.

@madolson
Copy link
Copy Markdown
Member

madolson commented Jun 2, 2026

The build is failing because your branch is based on a stale fork that predates #488 (merged April 7, 2026). That PR added the blog_type taxonomy definition to config.toml:

taxonomies = [
    { name = "blog_type", render = false },
]

Your blog post uses [taxonomies] blog_type = ["Community Highlight"] but the config.toml on your branch doesn't define blog_type as a taxonomy, so Zola rejects it.

Fix: merge upstream main into your fork branch.

git remote add upstream https://github.com/valkey-io/valkey-io.github.io.git
git fetch upstream
git merge upstream/main
git push

That will bring in the taxonomy config and the build should pass.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 2, 2026

Greptile Summary

This PR adds a new "Community Highlight" blog post featuring an interview with Daniela Miao (Co-founder and CTO of Momento) about Valkey usage, along with her author profile and photo.

  • A new blog post is added at content/blog/2026-05-26-momento/index.md with a TOML frontmatter date of 2026-06-03, which does not align with the 2026-05-26 folder name used by all other posts in the repo.
  • A new author file (content/authors/dmiao.md) and photo (static/assets/media/authors/dmiao.jpeg) are added; the photo path in the author file references dmiao.jpg while the committed file is dmiao.jpeg.

Confidence Score: 5/5

This PR adds a new blog post and author profile — no logic or application code is changed, and no existing content is modified.

All three files are purely additive content changes (a Markdown post, an author profile, and a binary image). The only issues are a folder-name/date inconsistency in the blog post and a .jpg/.jpeg extension mismatch in the author profile — both of which affect only the display of this new content and have no impact on existing pages or site functionality.

content/blog/2026-05-26-momento/index.md (folder date vs frontmatter date) and content/authors/dmiao.md together with static/assets/media/authors/dmiao.jpeg (image extension mismatch).

Important Files Changed

Filename Overview
content/blog/2026-05-26-momento/index.md New community highlight blog post featuring Daniela Miao/Momento; frontmatter date (2026-06-03) does not match the folder name date (2026-05-26), creating a URL vs displayed-date discrepancy.
content/authors/dmiao.md New author profile for Daniela Miao; photo path references dmiao.jpg but the committed image file is dmiao.jpeg.
static/assets/media/authors/dmiao.jpeg Binary author photo added with .jpeg extension; extension does not match the .jpg reference in the author profile.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR #523 - Momento Blog] --> B[content/authors/dmiao.md]
    A --> C[content/blog/2026-05-26-momento/index.md]
    A --> D[static/assets/media/authors/dmiao.jpeg]

    B -->|photo path: dmiao.jpg| E{Extension mismatch}
    D -->|actual file: dmiao.jpeg| E
    E -->|broken author image| F[⚠️ Image 404]

    C -->|folder date: 2026-05-26| G{Date mismatch}
    C -->|frontmatter date: 2026-06-03| G
    G -->|URL slug ≠ displayed date| H[⚠️ Inconsistent slug/date]

    C -->|authors: dmiao, crystalpham| I{Author files exist?}
    I -->|dmiao.md: NEW ✓| J[✓ OK]
    I -->|crystalpham.md: EXISTS ✓| J
Loading

Reviews (3): Last reviewed commit: "Change post date for Momento blog entry" | Re-trigger Greptile

Comment thread content/authors/dmiao.md Outdated
Comment thread content/blog/2026-05-26-momento/index.md Outdated
crystalphamLF and others added 2 commits June 2, 2026 12:55
Signed-off-by: Crystal Pham <cpham@linuxfoundation.org>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Signed-off-by: Crystal Pham <cpham@linuxfoundation.org>
Updated the post date from June 26, 2026 to June 3, 2026.

Signed-off-by: Crystal Pham <cpham@linuxfoundation.org>
@crystalphamLF crystalphamLF merged commit 1626a5e into valkey-io:main Jun 3, 2026
4 of 5 checks passed
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.

3 participants