-
Notifications
You must be signed in to change notification settings - Fork 46
Create 2025-05-01-OpenPath.md #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
The PR adds a new event page for the Open Path Show scheduled on May 1, 2025, including frontmatter metadata and a speaker bio.
- Introduces
content/events/2025-05-01-OpenPath.md
with event details - Populates frontmatter fields and event description
@@ -0,0 +1,16 @@ | |||
--- | |||
title: 'Open Path Show Launch' | |||
metaTitle: 'Your Event Title' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the placeholder metaTitle
with the actual event title, e.g., 'Open Path Show Launch'.
metaTitle: 'Your Event Title' | |
metaTitle: 'Open Path Show Launch' |
Copilot uses AI. Check for mistakes.
--- | ||
title: 'Open Path Show Launch' | ||
metaTitle: 'Your Event Title' | ||
metaDesc: 'A brief description of your event' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the placeholder metaDesc
with a concise description of the event.
metaDesc: 'A brief description of your event' | |
metaDesc: 'Join Chad Whitacre for the launch of Open Path, a new YouTube show exploring the transformative power of Open Source and the Open Source Pledge.' |
Copilot uses AI. Check for mistakes.
title: 'Open Path Show Launch' | ||
metaTitle: 'Your Event Title' | ||
metaDesc: 'A brief description of your event' | ||
date: '05/01' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a full ISO date format (YYYY-MM-DD
) for the date
field, e.g., '2025-05-01'.
date: '05/01' | |
date: '2025-05-01' |
Copilot uses AI. Check for mistakes.
adding #307