diff options
Diffstat (limited to '.frontmatter/config/taxonomy/person.json')
| -rw-r--r-- | .frontmatter/config/taxonomy/person.json | 71 |
1 files changed, 71 insertions, 0 deletions
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 |
