67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
|
{
|
||
|
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
|
||
|
"frontMatter.taxonomy.contentTypes": [
|
||
|
{
|
||
|
"name": "default",
|
||
|
"pageBundle": false,
|
||
|
"previewPath": null,
|
||
|
"fields": [
|
||
|
{
|
||
|
"title": "Title",
|
||
|
"name": "title",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"title": "Description",
|
||
|
"name": "description",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"title": "Publishing date",
|
||
|
"name": "date",
|
||
|
"type": "datetime",
|
||
|
"default": "{{now}}",
|
||
|
"isPublishDate": true
|
||
|
},
|
||
|
{
|
||
|
"title": "Content preview",
|
||
|
"name": "preview",
|
||
|
"type": "image"
|
||
|
},
|
||
|
{
|
||
|
"title": "Is in draft",
|
||
|
"name": "draft",
|
||
|
"type": "draft"
|
||
|
},
|
||
|
{
|
||
|
"title": "Tags",
|
||
|
"name": "tags",
|
||
|
"type": "tags"
|
||
|
},
|
||
|
{
|
||
|
"title": "Categories",
|
||
|
"name": "categories",
|
||
|
"type": "categories"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"frontMatter.framework.id": "hugo",
|
||
|
"frontMatter.content.publicFolder": "static",
|
||
|
"frontMatter.content.pageFolders": [
|
||
|
{
|
||
|
"title": "content",
|
||
|
"path": "[[workspace]]/content",
|
||
|
"originalPath": "[[workspace]]/content"
|
||
|
},
|
||
|
{
|
||
|
"title": "config-main",
|
||
|
"path": "[[workspace]]/content/config",
|
||
|
"originalPath": "[[workspace]]/content/config"
|
||
|
},
|
||
|
{
|
||
|
"title": "gs",
|
||
|
"path": "[[workspace]]/content/getting-started"
|
||
|
}
|
||
|
]
|
||
|
}
|