You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to synchronize the markdown in our Meetups repo to Meetup because translating the HTML by hand is dumb and I'm all about the automation. Looks like it should be pretty easy:
This is what front matter looks like rendered in github. It's kind of acceptable but it's also possible to do something else like just pulling the first Meetup.com URL out of the markdown.
There should be a way to synchronize the markdown in our Meetups repo to Meetup because translating the HTML by hand is dumb and I'm all about the automation. Looks like it should be pretty easy:
http://www.meetup.com/meetup_api/docs/2/event/#edit
I'm thinking of associating the Meetup ID with the markdown file using Jekyll style YAML front matter.
http://jekyllrb.com/docs/frontmatter/
The text was updated successfully, but these errors were encountered: