0.0.1 • Published 11 years ago
handlebars-helper-github-pages v0.0.1
{{github-pages}} 
Handlebars helper for adding github pages url.
Install
$ npm install handlebars-helper-github-pages --save-devRegister
In the Gruntfile:
grunt.initConfig({
assemble: {
options: {
...,
helpers: ['handlebars-helper-github-pages']
},
...
},
...
});Usage
<a href="{{github-pages}}">Home</a>License
MIT
0.0.1
11 years ago