Metadata-Version: 1.1
Name: pelican-hot
Version: 0.1
Summary: A Pelican plugin to make a list of hot posts by social media.
Home-page: https://github.com/wutali/pelican_hot
Author: Takahiro Fujiwara
Author-email: email@wuta.li
License: UNKNOWN
Download-URL: https://github.com/wutali/pelican_hot/tarball/master
Description: Pelican Hot Plugin
        ==================
        
        Pelican Hot Plugin is a plugin for pelican to show hot posts on your blog.
        These hot posts will be selected based on the social media score.
        Now, you can choose it from Twitter or Facebook (also both.)
        
        
        Installation
        ------------
        
        This plugin is not registered on PyPI. You should clone this repository and install through pip::
        
            git clone git@github.com:wutali/pelican_hot.git
            cd pelican_hot
            pip install -e .
        
        
        Configuration
        -------------
        
        Put this code on your pelicanconf.py and customize it::
        
            HOT_POSTS_DUMMY = False # Insert dummy articles as a hot posts for the development environment.
            HOT_POSTS_MAX = 7 # Show hot posts limited by this.
            HOT_POSTS_INCLUDE_FACEBOOK = True # Weight which post is hot based on Facebook shares.
            HOT_POSTS_INCLUDE_TWITTER = True # Weight which post is hot based on Twitter tweets.
            HOT_POSTS_SHUFFLE = True # Shuffle the hot posts before showing it.
        
        
        License
        -------
        
        Pelican hot is released under the MIT License. http://www.opensource.org/licenses/mit-license
        
Platform: UNKNOWN
