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

https://github.com/assemble/assemble-tags-collection-example

Example of how to generate an index page with a list of tags extracted from front matter. Each "tag" has a list of links to any pages that have that tag.
https://github.com/assemble/assemble-tags-collection-example

Last synced: about 1 year ago
JSON representation

Example of how to generate an index page with a list of tags extracted from front matter. Each "tag" has a list of links to any pages that have that tag.

Awesome Lists containing this project

README

          

# assemble-tags-collection-example

> Example of how to create a collection with assemble.

## Get started

Clone the project

```bash
$ git clone https://github.com/assemble/assemble-tags-collection-example.git
```

## Usage

Install dev dependencies and run `assemble`

```bash
$ npm i -d && assemble
```

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/collections/issues)

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 30, 2015._