Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/makotot/handlebars-helper-github-pages

{{github-pages}} Handlebars helper for adding github pages url.
https://github.com/makotot/handlebars-helper-github-pages

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# {{github-pages}} [![Build Status](http://img.shields.io/travis/makotot/handlebars-helper-github-pages/master.svg?style=flat)](https://travis-ci.org/makotot/handlebars-helper-github-pages)

> Handlebars helper for adding github pages url.

## Install

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

## Register

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

## Usage

```hbs
Home
```

## License

MIT