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.
- Host: GitHub
- URL: https://github.com/assemble/assemble-tags-collection-example
- Owner: assemble
- License: mit
- Created: 2015-03-30T23:16:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T23:22:25.000Z (about 11 years ago)
- Last Synced: 2025-03-23T00:05:42.431Z (about 1 year ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 9
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._