Tags Plugin

The Tags plugin is a plugin for Ulka that provides functionality related to organizing content based on tags. It allows you to define a specific key in your front matter to represent tags and creates a mapping of tags to the corresponding content templates. This plugin helps in categorizing and grouping content based on tags, enabling easier navigation and filtering.

Installation

To use the Tags plugin, you need to install it from npm using the following command:

npm install @ulkajs/plugin-tags

Usage

Plugin Options

The Tags plugin accepts the following options:


Edit this page on github
Plugins