Skip to content

kevinSuttle/Readability-Octopress-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readability Octopress Plugin

Set up

Place 'sharing.html' in [OCTOPRESS_REPO].themes/classic/source/post/

If you don't have hidden files shown on OSX, open up Terminal and type the following 2 lines:

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To hide hidden files again, type:

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

Usage

You've basically got 2 options:

  1. Show the usual 'Read Now | Read Later' button options
    readability_basic_buttons: true # Read Now, Read Later
  2. Show the full set of Readability buttons
    readability_all_buttons: false # Read Now, Read Later, Print, Email, Send to Kindle
  3. For support, open up an issue on the Github repo. Thanks! Also, if you'd like to fork this, be my guest.

    For even more info on the Readability API, check out their developer docs