0.0.5 • Published 9 years ago

roots-tumblr v0.0.5

Weekly downloads
3
License
GPLv3
Repository
github
Last release
9 years ago

Roots Tumblr

npm tests dependencies devDependencies

This is an extension to make building Tumblr themes easier, or make it easier to take Tumblr themes and use them outside of Tumblr. It's basically a wrapper around tumblr-theme-parser.

Installation

  • ensure you are in a roots project directory
  • npm install roots-tumblr --save

Usage

To use the default tumblr json export:

# app.coffee
tumblr = require 'roots-tumblr'

module.exports =
  extensions: [tumblr()]

To use a custom tumblr json export:

  • login to tumblr and go to the URL https://www.tumblr.com/customize_api/demo_content/YOURBLOGNAME
  • Save JSON that's returned in a file like ./tumblr-demo-content.json.
# app.coffee
tumblr = require 'roots-tumblr'
tumblrDemoContent = require './tumblr-content'

module.exports =
  ignores: ['tumblr-demo-content.json']
  extensions: [tumblr(tumblrDemoContent)]

License & Contributing

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago