Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

roots-tumblr

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roots-tumblr

tumblr theme compilation with roots

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 08 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc