Hi,
this is my first post so lemme start by thanking all the people that contributed to Middleman and its community, it’s a great piece of software and a great bunch of folks.
I’ve just migrated my blog to MM and at the end of a post I’ve put a list of recent posts for now, but what I really need is manually curated list of posts.
I’ve googled a bit, but the closest I found is a discussion about related posts using some algorithm to calculate posts’ similarity, which is not what I want.
The only way I can think of implementing this is with a frontmatter recommended that uses the slug to identify the other post.
Can anybody suggest a better way?
thanks