maciejpedzi.ch/frontmatter.json

61 lines
1.4 KiB
JSON

{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Date published",
"name": "pubDate",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Date last edited",
"name": "lastEditDate",
"type": "datetime",
"default": "{{now}}",
"isModifiedDate": true,
"required": false
},
{
"title": "Draft",
"name": "draft",
"type": "draft"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
}
]
}
],
"frontMatter.framework.id": "astro",
"frontMatter.content.publicFolder": "public",
"frontMatter.preview.host": "http://localhost:3000",
"frontMatter.content.pageFolders": [
{
"title": "blog",
"path": "[[workspace]]/src/content/blog",
"previewPath": "/blog/{{pathToken.relPath}}/"
}
]
}