mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 10:51:50 -05:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
|
{
|
||
|
"$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/blog"
|
||
|
}
|
||
|
],
|
||
|
"frontMatter.taxonomy.contentTypes": [
|
||
|
{
|
||
|
"name": "blog",
|
||
|
"previewPath": "'blog'",
|
||
|
"pageBundle": false,
|
||
|
"clearEmpty": true,
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "title",
|
||
|
"type": "string",
|
||
|
"single": true,
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"name": "description",
|
||
|
"type": "string",
|
||
|
"single": true,
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"name": "pubDate",
|
||
|
"type": "datetime",
|
||
|
"default": "{{now}}",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"name": "tags",
|
||
|
"type": "tags",
|
||
|
"required": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"frontMatter.framework.startCommand": "bun run dev"
|
||
|
}
|