2023-04-26 10:16:48 +02:00
|
|
|
{
|
|
|
|
"$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"
|
|
|
|
},
|
|
|
|
{
|
2023-05-24 10:05:25 +02:00
|
|
|
"title": "Date published",
|
2023-04-26 10:16:48 +02:00
|
|
|
"name": "pubDate",
|
|
|
|
"type": "datetime",
|
|
|
|
"default": "{{now}}",
|
|
|
|
"isPublishDate": true
|
|
|
|
},
|
2023-05-24 10:05:25 +02:00
|
|
|
{
|
|
|
|
"title": "Date last edited",
|
|
|
|
"name": "lastEditDate",
|
|
|
|
"type": "datetime",
|
|
|
|
"default": "{{now}}",
|
|
|
|
"isModifiedDate": true,
|
|
|
|
"required": false
|
|
|
|
},
|
2023-05-10 22:53:51 +02:00
|
|
|
{
|
|
|
|
"title": "Draft",
|
|
|
|
"name": "draft",
|
|
|
|
"type": "draft"
|
|
|
|
},
|
2023-04-26 10:16:48 +02:00
|
|
|
{
|
|
|
|
"title": "Categories",
|
|
|
|
"name": "categories",
|
|
|
|
"type": "categories"
|
2023-05-02 09:21:33 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Tags",
|
|
|
|
"name": "tags",
|
|
|
|
"type": "tags"
|
2023-04-26 10:16:48 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"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}}/"
|
|
|
|
}
|
|
|
|
],
|
2023-05-22 13:58:00 +02:00
|
|
|
"frontMatter.taxonomy.categories": ["dev diary", "miscellaneous"],
|
2023-05-02 09:21:33 +02:00
|
|
|
"frontMatter.taxonomy.tags": [
|
|
|
|
"appwrite",
|
2023-05-22 13:58:00 +02:00
|
|
|
"formulaone",
|
|
|
|
"racemash",
|
|
|
|
"vue",
|
|
|
|
"vuetify"
|
2023-05-02 09:21:33 +02:00
|
|
|
]
|
2023-05-22 13:58:00 +02:00
|
|
|
}
|