From a slack suggestion from Aman:
Like we currently have this section on the main torontojs.com website, with Past Events taking us to Guild listing of the event.
There’s no place to write an event-report on Guild.
Its probably a Guild embed.
Instead of listing guild links, what if we listed links to our post-event reports for each of them.
The reports can be hosted on blog.torontojs.com/events/xyz, or on any other place as long as it’s good for SEO.
Might need some engineering effort

The issue
We want to display on other places a list of posts, specifically, posts with the "event" tag.
One place to display this information is on the main Toronto JS website. The easiest way to do this is embed a page on an iframe.
The proposed solution
Along with the generated pages for all blog posts, we could also generate a page that works well when embedded in an iframe.
Possibly with configurations for colours, font families, etc.
Another options or extra feature would be to also expose the data as a json file, similar to how we publish the RSS feed.
From a slack suggestion from Aman:
The issue
We want to display on other places a list of posts, specifically, posts with the "event" tag.
One place to display this information is on the main Toronto JS website. The easiest way to do this is embed a page on an iframe.
The proposed solution
Along with the generated pages for all blog posts, we could also generate a page that works well when embedded in an iframe.
Possibly with configurations for colours, font families, etc.
Another options or extra feature would be to also expose the data as a json file, similar to how we publish the RSS feed.