handlebars-content-helper-module
v1.0.4
Published
A package for Handlebars Helpers to be used with Assemble static site generator
Downloads
4
Readme
custom handlebars helpers for Assemble static site generator
Visit the website →
Note: One must provide respective values for cdnBaseUrl and apiBaseUrl variables.
var cdnBaseUrl = 'http://cdn.mydomain.com'; (url to CDN where images/assets are served)
var apiBaseUrl = 'http://api.mydomain.com'; (url to decoupled content API)
Why use Assemble?
- Most popular site generator for Grunt.js and Yeoman. Assemble is used to build hundreds of web projects, ranging in size from a single page to 14,000 pages (that we're aware of!). Let us know if you use Assemble.