1.0.4 • Published 8 years ago

brunch-tumblr-theme-parser v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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'
	}
}
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago