Skip to main content

A Pelican plugin to make a list of related posts from your meta tags and settings.

Project description

Installation

This plugin is not registered on PyPI. You should clone this repository and install through pip:

git clone git@github.com:wutali/pelican_related.git
cd pelican_related
pip install -e .

Configuration

Put this code on your pelicanconf.py and customize it:

RELATED_POSTS_MIN = 3 # Minimum number of posts to be shown.
RELATED_POSTS_LIMIT = 6 # Limit number of posts to be shown.
RELATED_POSTS_FROM_CATEGORY = True # Weight related posts based on category.
RELATED_POSTS_FROM_TAGS = True # Weight related posts based on tags.
RELATED_POSTS_SHUFFLE = True # Shuffle posts before show it.

# If number of related posts is not up to the minimum, add some articles based on this setting.
# You can choose the option from 'shuffle' or 'new'.
RELATED_POSTS_NOT_ENOUGH = 'shuffle'

License

Pelican Related is released under the MIT License. http://www.opensource.org/licenses/mit-license

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pelican_related-0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

pelican_related-0.1-py2.7.egg (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page