@indiekit/preset-hugo
v1.0.0-beta.10
Published
Hugo publication preset for Indiekit
Downloads
40
Maintainers
Readme
@indiekit/preset-hugo
Hugo publication preset for Indiekit.
Installation
npm i @indiekit/preset-hugo
Usage
Add @indiekit/preset-hugo
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/preset-hugo"],
"@indiekit/preset-hugo": {
"frontMatterFormat": "json"
}
}
Options
| Option | Type | Description |
| :------------------ | :------- | :------------------------------------------------------------------------------------- |
| frontMatterFormat
| string
| Front matter format to use (json
, toml
or yaml
). Optional, defaults to yaml
. |