Does anyone have experience implementing an events calendar in Middleman?
For my use case, each event should have a date, description, and title. I would like to show a list of upcoming events ordered by date on the site’s front page.
I’m at a loss of how to do this without a database, so any input would be appreciated.