blog.cybershell.xyz/frontmatter.json

59 lines
1.2 KiB
JSON
Raw Normal View History

2024-08-31 17:39:36 +00:00
{
"$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"
}
]
}
2024-08-31 18:04:27 +00:00
],
"frontMatter.content.pageFolders": [
{
"title": "content",
"path": "[[workspace]]/content"
},
{
"title": "posts",
"path": "[[workspace]]/content/posts"
2024-08-31 18:04:27 +00:00
}
2024-08-31 17:39:36 +00:00
]
}