Skip to content

Indiekit Preset FFF

npmminified sizedownloads

🌟 FFF Flavored Frontmatter publication preset for Indiekit.

Installation

This package has not been fully tested and may not work or have other problems.

npm i indiekit-preset-fff

Usage

Add indiekit-preset-fff to your list of plug-ins, specifying options as required:

json
{
  "plugins": ["indiekit-preset-fff"],
  "indiekit-preset-fff": {
    "format": "yaml",
    "types": "urara"
  }
}

Options

OptionTypeDescription
formatstringFront matter format to use (json, toml or yaml). Optional, defaults to yaml.
typesstringPost types to use (urara). Optional, defaults to urara.
strictStrictPresetOptionsStrict Mode Preset Options.