From 68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 15 Oct 2024 19:29:53 -0400 Subject: feat(content): :sparkles: New content, frontmatter conf, etc... New content created, frontmatter config fixes, etc, etc... --- .frontmatter/config/taxonomy/minimal.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .frontmatter/config/taxonomy/minimal.json (limited to '.frontmatter/config/taxonomy/minimal.json') diff --git a/.frontmatter/config/taxonomy/minimal.json b/.frontmatter/config/taxonomy/minimal.json deleted file mode 100644 index 3c730eb..0000000 --- a/.frontmatter/config/taxonomy/minimal.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Minimal", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string", - "single": true - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "Type", - "name": "type", - "type": "choice", - "choices": [ - "default", - "docs", - "minimal" - ], - "default": "minimal" - } - ] - } \ No newline at end of file -- cgit v1.2.3