this repo has no description
at main 187 lines 4.1 kB view raw
1{ 2 "$schema": "https://frontmatter.codes/frontmatter.schema.json", 3 "frontMatter.taxonomy.contentTypes": [ 4 { 5 "name": "default", 6 "pageBundle": false, 7 "previewPath": null, 8 "fields": [ 9 { 10 "title": "author", 11 "name": "author", 12 "type": "taxonomy", 13 "taxonomyId": "author" 14 }, 15 { 16 "title": "Publishing date", 17 "name": "date", 18 "type": "datetime", 19 "default": "{{now}}", 20 "isPublishDate": true 21 }, 22 { 23 "title": "Title", 24 "name": "title", 25 "type": "string" 26 }, 27 { 28 "title": "Subtitle", 29 "name": "subtitle", 30 "type": "string" 31 }, 32 { 33 "title": "Description", 34 "name": "description", 35 "type": "string" 36 }, 37 { 38 "title": "Is in draft", 39 "name": "draft", 40 "type": "draft" 41 }, 42 { 43 "title": "Has Equation", 44 "name": "math", 45 "type": "boolean" 46 }, 47 { 48 "title": "Table of Contents", 49 "name": "toc", 50 "type": "boolean" 51 }, 52 { 53 "title": "Type", 54 "name": "type", 55 "type": "choice", 56 "choices": ["post", "page", "slide", "footer"] 57 }, 58 { 59 "title": "Content preview", 60 "name": "image", 61 "type": "image" 62 }, 63 { 64 "title": "Alt text", 65 "name": "alt", 66 "type": "string" 67 }, 68 { 69 "title": "Linked Bluesky Post", 70 "name": "bsky", 71 "type": "string" 72 }, 73 { 74 "title": "Linked Mastodon Post", 75 "name": "mstd", 76 "type": "string" 77 }, 78 { 79 "title": "Coffee Count", 80 "name": "coffee", 81 "type": "number" 82 }, 83 { 84 "title": "Categories", 85 "name": "categories", 86 "type": "taxonomy", 87 "taxonomyId": "categories" 88 }, 89 { 90 "title": "Tags", 91 "name": "tags", 92 "type": "taxonomy", 93 "taxonomyId": "tags" 94 }, 95 { 96 "title": "Series", 97 "name": "series", 98 "type": "taxonomy", 99 "taxonomyId": "series" 100 }, 101 { 102 "title": "Stage", 103 "name": "stage", 104 "type": "choice", 105 "choices": ["Seedling", "Budding", "Evergreen"] 106 }, 107 { 108 "title": "Translation Key", 109 "name": "translationKey", 110 "type": "string" 111 }, 112 { 113 "title": "Slug", 114 "name": "slug", 115 "type": "string" 116 }, 117 { 118 "title": "menus", 119 "name": "menus", 120 "type": "fields", 121 "fields": [ 122 { 123 "title": "main", 124 "name": "main", 125 "type": "fields", 126 "fields": [ 127 { 128 "title": "identifier", 129 "name": "identifier", 130 "type": "string" 131 } 132 ] 133 } 134 ] 135 } 136 ] 137 } 138 ], 139 "frontMatter.taxonomy.customTaxonomy": [ 140 { 141 "id": "author", 142 "options": [ 143 "Foxx Edelweiss" 144 ] 145 }, 146 { 147 "id": "series", 148 "options": [ 149 "constraint", 150 "press otta foxx", 151 "second glass of brew" 152 ] 153 }, { 154 "id": "categories", 155 "options": [ 156 "economy", 157 "nature", 158 "social", 159 "well-being", 160 "art", 161 "humanities", 162 "management", 163 "science", 164 "tech", 165 "engineering" 166 ] 167 }, 168 { 169 "id": "tags", 170 "options": [ 171 "reuse", 172 "reduce", 173 "recycle", 174 "prevention", 175 "disposal" 176 ] 177 } 178 ], 179 "frontMatter.framework.id": "hugo", 180 "frontMatter.content.publicFolder": "static", 181 "frontMatter.preview.host": "http://localhost:1313", 182 "frontMatter.content.pageFolders": [ 183 { 184 "path": "[[workspace]]/content/en/notes" 185 } 186 ] 187}