diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:29:53 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:30:26 -0400 |
| commit | 68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 (patch) | |
| tree | a0b0eb8d6fb8f02757b027e8a02dc12a970f687d /.frontmatter/config/taxonomy/person.json | |
| parent | cd4e9cc26aa4cad7c3dccba6db2a6f981a36f9fd (diff) | |
feat(content): :sparkles: New content, frontmatter conf, etc...
New content created, frontmatter config fixes, etc, etc...
Diffstat (limited to '.frontmatter/config/taxonomy/person.json')
| -rw-r--r-- | .frontmatter/config/taxonomy/person.json | 76 |
1 files changed, 0 insertions, 76 deletions
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 |
