{ "$schema": "https://frontmatter.codes/frontmatter.schema.json", "frontMatter.taxonomy.contentTypes": [ { "name": "default", "pageBundle": false, "previewPath": null, "fields": [ { "title": "author", "name": "author", "type": "taxonomy", "taxonomyId": "author" }, { "title": "Publishing date", "name": "date", "type": "datetime", "default": "{{now}}", "isPublishDate": true }, { "title": "Title", "name": "title", "type": "string" }, { "title": "Subtitle", "name": "subtitle", "type": "string" }, { "title": "Description", "name": "description", "type": "string" }, { "title": "Is in draft", "name": "draft", "type": "draft" }, { "title": "Has Equation", "name": "math", "type": "boolean" }, { "title": "Table of Contents", "name": "toc", "type": "boolean" }, { "title": "Type", "name": "type", "type": "choice", "choices": ["post", "page", "slide", "footer"] }, { "title": "Content preview", "name": "image", "type": "image" }, { "title": "Alt text", "name": "alt", "type": "string" }, { "title": "Linked Bluesky Post", "name": "bsky", "type": "string" }, { "title": "Linked Mastodon Post", "name": "mstd", "type": "string" }, { "title": "Coffee Count", "name": "coffee", "type": "number" }, { "title": "Categories", "name": "categories", "type": "taxonomy", "taxonomyId": "categories" }, { "title": "Tags", "name": "tags", "type": "taxonomy", "taxonomyId": "tags" }, { "title": "Series", "name": "series", "type": "taxonomy", "taxonomyId": "series" }, { "title": "Stage", "name": "stage", "type": "choice", "choices": ["Seedling", "Budding", "Evergreen"] }, { "title": "Translation Key", "name": "translationKey", "type": "string" }, { "title": "Slug", "name": "slug", "type": "string" }, { "title": "menus", "name": "menus", "type": "fields", "fields": [ { "title": "main", "name": "main", "type": "fields", "fields": [ { "title": "identifier", "name": "identifier", "type": "string" } ] } ] } ] } ], "frontMatter.taxonomy.customTaxonomy": [ { "id": "author", "options": [ "Foxx Edelweiss" ] }, { "id": "series", "options": [ "constraint", "press otta foxx", "second glass of brew" ] }, { "id": "categories", "options": [ "economy", "nature", "social", "well-being", "art", "humanities", "management", "science", "tech", "engineering" ] }, { "id": "tags", "options": [ "reuse", "reduce", "recycle", "prevention", "disposal" ] } ], "frontMatter.framework.id": "hugo", "frontMatter.content.publicFolder": "static", "frontMatter.preview.host": "http://localhost:1313", "frontMatter.content.pageFolders": [ { "path": "[[workspace]]/content/en/notes" } ] }