{ "$schema": "https://frontmatter.codes/frontmatter.schema.json", "frontMatter.taxonomy.contentTypes": [ { "name": "default", "pageBundle": false, "previewPath": null, "fields": [ { "title": "Title", "name": "title", "type": "string" }, { "title": "Description", "name": "description", "type": "string" }, { "title": "Publishing date", "name": "date", "type": "datetime", "default": "{{now}}", "isPublishDate": true }, { "title": "Tags", "name": "tags", "type": "tags" }, { "title": "Categories", "name": "categories", "type": "categories" }, { "title": "image", "name": "image", "type": "fields", "fields": [ { "title": "path", "name": "path", "type": "image" } ] }, { "title": "disable-ty", "name": "disable-ty", "type": "boolean" }, { "title": "series", "name": "series", "type": "string" } ] } ], "frontMatter.framework.id": "jekyll", "frontMatter.content.publicFolder": "", "frontMatter.preview.host": "http://localhost:4000", "frontMatter.content.pageFolders": [ { "title": "drafts", "path": "[[workspace]]/_drafts" }, { "title": "posts", "path": "[[workspace]]/_posts" } ], "frontMatter.git.enabled": true }