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/person.json | 71 ++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create 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 new file mode 100644 index 0000000..7e094ed --- /dev/null +++ b/.frontmatter/config/taxonomy/person.json @@ -0,0 +1,71 @@ +{ + "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": "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