handlebars-helper-github-pages

0.0.1 • Public • Published

{{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

Package Sidebar

Install

npm i handlebars-helper-github-pages

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • makotot