related_posts-jekyll_plugin
related_posts-jekyll_plugin copied to clipboard
Replaces jekyll's related_posts function to use tags to calculate relationships
= related_posts
This is a {jekyll}[http://jekyllrb.com/] plugin that overrides the built in related_posts function to calculate related posts based on a posts' tags.
== Installation To register it as a plugin, copy _plugins/related_posts.rb to the _plugins directory of your jekyll project.
== How to use it
The plugin replaces the functionality of site.related_posts so you
can use it as follows:
{% for post in site.related_posts %}
{{ post.title }}
{% endfor %}
== Licence Copyright (c) 2011-2012, Lawrence Woodman This software is licensed under an MIT Licence. Please see the file, LICENCE.rdoc, for details.