{ "$schema": "https://frontmatter.codes/frontmatter.schema.json", "frontMatter.preview.host": "http://localhost:1313/", "frontMatter.content.pageFolders": [ { "title": "Content", "path": "[[workspace]]/content", "excludeSubdir": true }, { "title": "Blog posts", "path": "[[workspace]]/content/blog" } ], "frontMatter.framework.id": "hugo", "frontMatter.content.publicFolder": "static", "frontMatter.content.autoUpdateDate": true, "frontMatter.content.fmHighlight": true, "frontMatter.dashboard.openOnStart": true, "frontMatter.templates.enabled": true, "frontMatter.data.files": [ { "id": "portfolio", "title": "Portfolio", "file": "[[workspace]]/data/", "fileType": "yaml", "type": "portfolio" } ], "frontMatter.taxonomy.contentTypes": [ { "name": "default", "pageBundle": false, "previewPath": "blog/", "fields": [ { "title": "Title", "name": "title", "type": "string" }, { "title": "Publishing date", "name": "date", "type": "datetime", "default": "{{now}}", "isPublishDate": true }, { "title": "lastmod", "name": "lastmod", "type": "datetime" }, { "title": "Preview image", "name": "image", "type": "image" }, { "title": "Description", "name": "description", "type": "string" }, { "title": "Tags", "name": "tags", "type": "tags" }, { "title": "Draft", "name": "draft", "type": "draft" } ] } ] }