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/person.json | 76 -------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 .frontmatter/config/taxonomy/person.json (limited to '.frontmatter/config/taxonomy/person.json') diff --git a/.frontmatter/config/taxonomy/person.json b/.frontmatter/config/taxonomy/person.json deleted file mode 100644 index 91fe2c3..0000000 --- a/.frontmatter/config/taxonomy/person.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "Persons", - "pageBundle": false, - "fields": [ - { - "title": "title", - "name": "title", - "type": "string" - }, - { - "title": "date", - "name": "date", - "type": "datetime" - }, - { - "title": "type", - "name": "type", - "type": "string" - }, - { - "title": "description", - "name": "description", - "type": "string" - }, - { - "title": "tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Weight", - "name": "weight", - "type": "number" - }, - { - "title": "thumbnail", - "name": "thumbnail", - "type": "fields", - "fields": [ - { - "title": "url", - "name": "url", - "type": "string" - }, - { - "title": "author", - "name": "author", - "type": "string" - }, - { - "title": "author-url", - "name": "author-url", - "type": "string" - }, - { - "title": "origin", - "name": "origin", - "type": "string" - }, - { - "title": "origin-url", - "name": "origin-url", - "type": "string" - } - ] - }, - { - "title": "modules", - "name": "modules", - "type": "choice", - "choices": [ - "mermaid" - ] - } - ] -} \ No newline at end of file -- cgit v1.2.3