watzon.tech/frontmatter.json

116 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2023-10-17 19:01:10 +00:00
{
2023-12-08 21:30:53 +00:00
"$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/posts"
2023-12-09 18:13:22 +00:00
},
{
"title": "projects",
"path": "[[workspace]]/src/content/projects"
2023-12-08 21:30:53 +00:00
}
],
2023-10-17 19:01:10 +00:00
"frontMatter.taxonomy.contentTypes": [
{
2023-12-08 21:30:53 +00:00
"name": "default",
2023-10-22 19:14:27 +00:00
"pageBundle": false,
2023-12-08 21:30:53 +00:00
"previewPath": "'posts'",
2023-10-17 19:01:10 +00:00
"filePrefix": null,
2023-12-08 21:30:53 +00:00
"clearEmpty": true,
2023-10-17 19:01:10 +00:00
"fields": [
{
2023-12-08 21:30:53 +00:00
"title": "Title",
"name": "title",
2023-10-17 19:01:10 +00:00
"type": "string",
2023-12-08 21:30:53 +00:00
"single": true
2023-10-17 19:01:10 +00:00
},
{
2023-12-08 21:30:53 +00:00
"title": "Description",
"name": "description",
"type": "string"
},
2023-10-17 19:01:10 +00:00
{
2023-12-08 21:30:53 +00:00
"title": "Author",
"name": "author",
2023-10-22 19:14:27 +00:00
"type": "string",
2023-12-08 21:30:53 +00:00
"single": true
2023-10-17 19:01:10 +00:00
},
{
2023-12-08 21:30:53 +00:00
"title": "Publishing date",
"name": "pubDate",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
2023-12-08 21:30:53 +00:00
"title": "Hero image",
"name": "heroImage",
"type": "image",
"isPreviewImage": true
2023-10-22 19:14:27 +00:00
},
{
2023-12-08 21:30:53 +00:00
"title": "Tags",
2023-10-22 19:14:27 +00:00
"name": "tags",
"type": "tags"
2023-10-17 19:01:10 +00:00
}
]
2023-12-09 18:13:22 +00:00
},
{
"name": "project",
"pageBundle": false,
"previewPath": "'projects'",
"filePrefix": null,
"clearEmpty": true,
"fields": [
{
"title": "Name",
"name": "name",
"type": "string",
"single": true
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "URL",
"name": "url",
"type": "string"
},
{
"title": "Publishing date",
"name": "pubDate",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Hero image",
"name": "heroImage",
"type": "image",
"isPreviewImage": true
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Featured",
"name": "featured",
"type": "boolean"
},
{
"title": "Link only",
"name": "linkOnly",
"type": "boolean"
}
]
2023-10-17 19:01:10 +00:00
}
]
2023-10-17 19:01:10 +00:00
}