watzon.tech/frontmatter.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2023-10-17 19:01:10 +00:00
{
2023-12-08 21:30:53 +00:00
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.framework.id": "astro",
"frontMatter.preview.host": "http://localhost:4321",
"frontMatter.content.publicFolder": "public",
"frontMatter.content.pageFolders": [
{
"title": "blog",
"path": "[[workspace]]/src/content/posts"
}
],
2023-10-17 19:01:10 +00:00
"frontMatter.taxonomy.contentTypes": [
{
2023-12-08 21:30:53 +00:00
"name": "default",
2023-10-22 19:14:27 +00:00
"pageBundle": false,
2023-12-08 21:30:53 +00:00
"previewPath": "'posts'",
2023-10-17 19:01:10 +00:00
"filePrefix": null,
2023-12-08 21:30:53 +00:00
"clearEmpty": true,
2023-10-17 19:01:10 +00:00
"fields": [
{
2023-12-08 21:30:53 +00:00
"title": "Title",
"name": "title",
2023-10-17 19:01:10 +00:00
"type": "string",
2023-12-08 21:30:53 +00:00
"single": true
2023-10-17 19:01:10 +00:00
},
{
2023-12-08 21:30:53 +00:00
"title": "Description",
"name": "description",
"type": "string"
},
2023-10-17 19:01:10 +00:00
{
2023-12-08 21:30:53 +00:00
"title": "Author",
"name": "author",
2023-10-22 19:14:27 +00:00
"type": "string",
2023-12-08 21:30:53 +00:00
"single": true
2023-10-17 19:01:10 +00:00
},
{
2023-12-08 21:30:53 +00:00
"title": "Publishing date",
"name": "pubDate",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
2023-12-08 21:30:53 +00:00
"title": "Hero image",
"name": "heroImage",
"type": "image",
"isPreviewImage": true
2023-10-22 19:14:27 +00:00
},
{
2023-12-08 21:30:53 +00:00
"title": "Tags",
2023-10-22 19:14:27 +00:00
"name": "tags",
"type": "tags"
2023-10-17 19:01:10 +00:00
}
]
}
]
2023-10-17 19:01:10 +00:00
}