Skip to content

Latest commit

 

History

History

indiekit-preset-fff

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Indiekit Preset FFF

npm minified size downloads

🌟 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:

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

Options

Option Type Description
format string Front matter format to use (json, toml or yaml). Optional, defaults to yaml.
types string Post types to use (urara). Optional, defaults to urara.
strict StrictPresetOptions Strict Mode Preset Options.