diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-28 08:08:48 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-28 08:08:48 -0400 |
| commit | f8d75ddde9fb521a5df9452c4b35cfd730ed9d37 (patch) | |
| tree | 89204208c29383ec2f854c096b3c6e3222a934e3 /frontmatter.json | |
| parent | 6680d28a2e7002c98e08ffd936641ffb83da8f04 (diff) | |
style(content): :sparkles: Snippets, frontmatter, and nav section
Added snippets, still working on navbar section, formatting cleanups
Diffstat (limited to 'frontmatter.json')
| -rw-r--r-- | frontmatter.json | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/frontmatter.json b/frontmatter.json index e5b4ef2..f6b3953 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -9,5 +9,51 @@ "frontMatter.git.enabled": true, "frontMatter.preview.host": "http://192.168.1.99:1313", "frontMatter.website.host": "https://corruptlamar.com", - "frontMatter.dashboard.openOnStart": true + "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" + } + ] + } + ] }
\ No newline at end of file |
