35 lines
781 B
JSON
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
|
|
} |