I'd like to add to the bottom of my post few (2-4) links to other posts. At first I thought they should be correlated but I guess random ones work as well.
I'm using Jekyll and am looking for a plugin or an easy way to just reference other (relevant) content which I've written in the bottom of the blog in a more automated way. The idea would be to have 2-4 div
s with the titles and excerpts of other blog posts. Relevancy could be concluded simply by checking the tags, random ones are also ok for the beginning.
I have no idea how to do this in Jekyll directly (except manually adding those items). I thought of a JavaScript solution, where I could get the feed.xml (or maybe create a custom JSON file with the necessary information) and just display those items, but I can't be the first person looking for this, or?
Isn't there anything like this out there already? - Maybe I was just looking wrong.