samwhiteiv / handlebars-content-helper-module

Content helper module for Assemble, static site generator framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom handlebars helpers for Assemble static site generator

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?

  1. 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.

About

Content helper module for Assemble, static site generator framework


Languages

Language:JavaScript 100.0%