2.0.0 • Published 10 years ago

docpad-plugin-category v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Category Plugin for DocPad

Create categories pages within DocPad, similar to the tags plugin. A document can have only one category.

Install

docpad install category

Usage

In your document use the category meta property to set the category. You can change this meta property in the docpad config:

plugins:
    category:
        metaProperty: 'cat'

Customising the Output

in progress