Create 2025-05-01-OpenPath.md#310
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.mdwith 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.
Replace the placeholder metaTitle with the actual event title, e.g., 'Open Path Show Launch'.
Suggested change
| metaTitle: 'Your Event Title' | |
| metaTitle: 'Open Path Show Launch' |
| --- | ||
| title: 'Open Path Show Launch' | ||
| metaTitle: 'Your Event Title' | ||
| metaDesc: 'A brief description of your event' |
There was a problem hiding this comment.
Replace the placeholder metaDesc with a concise description of the event.
Suggested change
| 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.' |
| 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.
Use a full ISO date format (YYYY-MM-DD) for the date field, e.g., '2025-05-01'.
Suggested change
| date: '05/01' | |
| date: '2025-05-01' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adding #307