{ "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", "frontMatter.content.publicFolder": "assets/img", "frontMatter.taxonomy.slugTemplate": "{{Title}}", "frontMatter.taxonomy.alignFilename": false, "frontMatter.templates.enabled": true, "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", "frontMatter.git.enabled": true, "frontMatter.preview.host": "http://192.168.1.99:1313", "frontMatter.website.host": "https://corruptlamar.com", "frontMatter.dashboard.openOnStart": true, "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": "Content preview", "name": "preview", "type": "image" }, { "title": "Is in draft", "name": "draft", "type": "draft" }, { "title": "Tags", "name": "tags", "type": "tags" }, { "title": "Categories", "name": "categories", "type": "categories" } ] } ], "frontMatter.content.pageFolders": [ { "title": "communication", "path": "[[workspace]]/content/communication", "filePrefix": null, "excludeSubdir": false, "previewPath": "comm", "contentTypes": [ "communication", "index" ] }, { "title": "content", "path": "[[workspace]]/content", "filePrefix": null, "excludeSubdir": true, "previewPath": "", "contentTypes": [ "page", "index" ] }, { "title": "evidence", "path": "[[workspace]]/content/evidence", "filePrefix": null, "previewPath": "evidence", "contentTypes": [ "evidence", "index" ] }, { "title": "fpnav", "path": "[[workspace]]/content/fpnav", "filePrefix": null, "previewPath": "fpnav", "contentTypes": [ "fpnav" ] }, { "title": "legal", "path": "[[workspace]]/content/legal", "filePrefix": null, "previewPath": "legal", "contentTypes": [ "legal", "index" ] }, { "title": "persons", "path": "[[workspace]]/content/persons", "filePrefix": null, "previewPath": "persons", "contentTypes": [ "person", "index" ] }, { "title": "posts", "path": "[[workspace]]/content/posts", "filePrefix": null, "previewPath": "posts", "contentTypes": [ "post", "index" ] }, { "title": "reasons", "path": "[[workspace]]/content/reasons", "filePrefix": null, "previewPath": "reasons", "contentTypes": [ "reason" ] }, { "title": "video", "path": "[[workspace]]/content/video", "previewPath": "video", "filePrefix": null, "contentTypes": [ "video", "index" ] } ] }