Skip to content

feat: add speakers directory#11

Open
Jean-CS wants to merge 1 commit into
mainfrom
feat/speakers-directory
Open

feat: add speakers directory#11
Jean-CS wants to merge 1 commit into
mainfrom
feat/speakers-directory

Conversation

@Jean-CS
Copy link
Copy Markdown
Owner

@Jean-CS Jean-CS commented May 15, 2026

Summary

  • Adds speakers content collection to src/content.config.ts with Zod schema
  • Schema covers identity (name, bio, accent), discovery (topics, openToTalks), contact (links), record (pastTalks), and admin (draft) fields
  • Updates the collections export alongside existing communities, institutions, and events

This is the foundation for the /palestrantes directory page — the page, seed content, and GitHub Issue template come in follow-up commits.

Test plan

  • npm run build passes with no type errors on the new collection schema
  • Adding a markdown file under src/content/speakers/ with valid frontmatter is accepted by the Zod schema
  • A file missing required fields (name, bio, topics) fails validation at build time

🤖 Generated with Claude Code

Defines the speakers collection with Zod validation for name, bio, topics, openToTalks, accent, links, and pastTalks fields. Updates the collections export to include speakers alongside communities, institutions, and events.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rubra Ready Ready Preview, Comment May 15, 2026 3:22am

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.

1 participant