From 86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 10 Oct 2024 17:19:17 -0400 Subject: feat(persons page): :sparkles: seo 7 format seo improvements 7 formatting --- .frontmatter/config/taxonomy/default.json | 108 ------------------------------ 1 file changed, 108 deletions(-) delete mode 100644 .frontmatter/config/taxonomy/default.json (limited to '.frontmatter/config/taxonomy/default.json') diff --git a/.frontmatter/config/taxonomy/default.json b/.frontmatter/config/taxonomy/default.json deleted file mode 100644 index a7cb1c5..0000000 --- a/.frontmatter/config/taxonomy/default.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "name": "default", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string", - "single": true - }, - { - "title": "Date", - "name": "date", - "type": "datetime", - "default": "{{now}}", - "isPublishDate": true - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "Draft", - "name": "draft", - "type": "draft" - }, - { - "title": "Tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Icon", - "name": "icon", - "type": "string", - "single": true - }, - { - "title": "Type", - "name": "type", - "type": "choice", - "choices": [ - "default", - "docs", - "minimal" - ], - "default": "default" - }, - { - "title": "Metadata", - "name": "metadata", - "type": "string" - }, - { - "title": "Download", - "name": "download", - "type": "string", - "single": true - }, - { - "title": "Thumbnail", - "name": "thumbnail", - "type": "fields", - "fields": [ - { - "title": "URL", - "name": "url", - "type": "image" - }, - { - "title": "Author", - "name": "author", - "type": "string", - "single": true - }, - { - "title": "AuthorUrl", - "name": "authorUrl", - "type": "string" - }, - { - "title": "Origin", - "name": "origin", - "type": "string", - "single": true - }, - { - "title": "OriginUrl", - "name": "originUrl", - "type": "string" - } - ] - }, - { - "title": "Author", - "name": "author", - "type": "string", - "single": true - }, - { - "title": "Links", - "name": "navigationLinks", - "type": "list" - } - ] - } \ No newline at end of file -- cgit v1.2.3