This is a simple plugin to embed paper.li headlines widget in the sidebar of an Octopress blog.
Download paperli.html and place it in source/\_includes/asides
folder
In _config.yml
add the following entries
paperli_user_name: <your paper.li userid>
paperli_paper_id: <paper id, if you have multiple papers, else not required>
In _config.yml
add paperli.html
to the default_asides
list
default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.html,
asides/paperli.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html]