Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/makotot/handlebars-helper-github-pages
- Owner: makotot
- Created: 2015-01-27T13:08:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T13:11:27.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T19:01:42.464Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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