Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

silbinarywolf/brunch-tumblr-theme-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch Tumblr Theme Parser

Adds Tumblr Theme Parser support to Brunch.

Usage

Install the plugin via npm with npm install --save-dev brunch-tumblr-theme-parser.

Or, do manual install:

  • Add "brunch-tumblr-theme-parser": "~x.y.z" to package.json of your brunch app.
  • If you want to use git version of plugin, use the GitHub URI "brunch-tumblr-theme-parser": "SilbinaryWolf/brunch-tumblr-theme-parser".

Config

Configure a jsonFile in your app folder downloaded from "https://www.tumblr.com/customize_api/demo_content/"

plugins: {
	tumblrThemeParser: {
		jsonFile: 'app/data/tumblrdata.json'
	}
}

About

a Tumblr theme parser / compiler for Brunch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published