LunchDevCommunity / community-calendar

📅 Community calendar for our Discord server, built with love and Eleventy.
https://events.lunch.dev
15 stars 12 forks source link

Wrap CLI-generated events' title in quotes #72

Closed BenDMyers closed 3 years ago

BenDMyers commented 3 years ago

When you generate an event that has a colon or apostrophe in the name (such as "Single-Threaded: Erin Fox on Interviewing"), the Eleventy build breaks because YAML.

To get around this, I decided to wrap the title frontmatter data in CLI-generated events in quotes.

BenDMyers commented 3 years ago

The only change I actually made was on line 112 - the rest was Prettier 😄