summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/person.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/taxonomy/person.json')
-rw-r--r--.frontmatter/config/taxonomy/person.json76
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