/ribachenko-theme-helpers

Handlebars helpers for my own theme for Ghost blogging platform

Primary LanguageJavaScript

Ribachenko Theme Helpers

Collection of Handlebars helpers for the theme for my blog running on Ghost.

Right now it only contains a helper for retrieving from foursquare my last checkin.

Installation

  • Clone this repo into ./content/apps
  • Run npm i
  • Until Ghost release the apps, add it manually in the DB in Settings table, at application row
  • Add into Ghost config, which is located in the root folder of Ghost installation, next fields:
"foursquare": {
  "url": "https://api.foursquare.com/v2/users/self/checkins?limit=1&v=20160211&oauth_token=PUT_HERE_YOUR_AUTH_TOKEN",
  "userId": "PUT_HERE_YOUR_USER_ID"
}