jekyll-tdidf-related-posts

DUB

Jekyll plugin to show related posts based on the content, tags, and categories. The similarity is calculated using TF-IDF(term frequency-inverted document frequency). Since tags and categories are use-defined values, those are considered with higher weights than a content while calculating.

Configuration

By default, there are 4 related posts. You can configure it in the _config.yml

related_posts_count: 8