astro-deploy/frontmatter.json
2024-03-04 06:40:14 +01:00

35 lines
781 B
JSON

{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.contentTypes": [
{
"name": "blog",
"previewPath": "'blog'",
"pageBundle": false,
"clearEmpty": true,
"fields": [
{
"name": "title",
"type": "string",
"single": true,
"required": true
}
]
}
],
"frontMatter.framework.id": "astro",
"frontMatter.preview.host": "http://localhost:4321",
"frontMatter.content.pageFolders": [
{
"title": "blog",
"path": "[[workspace]]/src/content/blog",
"contentTypes": [
"blog"
]
}
],
"frontMatter.content.publicFolder": {
"path": "src/assets",
"relative": true
},
"frontMatter.git.enabled": true
}