Skip to content

makotot/handlebars-helper-github-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{github-pages}} Build Status

Handlebars helper for adding github pages url.

Install

$ npm install handlebars-helper-github-pages --save-dev

Register

In the Gruntfile:

grunt.initConfig({
  assemble: {
    options: {
      ...,
      helpers: ['handlebars-helper-github-pages']
    },
    ...
  },
  ...
});

Usage

<a href="{{github-pages}}">Home</a>

License

MIT

About

{{github-pages}} Handlebars helper for adding github pages url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published