maciejpedzi.ch/frontmatter.json

51 lines
1.2 KiB
JSON
Raw Normal View History

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"
},
{
"title": "Publishing date",
"name": "pubDate",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Is draft?",
"name": "draft",
"type": "draft",
"default": true
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
}
]
}
],
"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}}/"
}
],
"frontMatter.taxonomy.categories": ["Dev Journal", "Miscellaneous"]
}