brunch-tumblr-theme-parser
v1.0.4
Published
Adds tumblr-theme-parser support to brunch.
Readme
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"topackage.jsonof 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'
}
}