summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/taxonomy')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json2
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json38
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/minimal.json13
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/page.json10
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/person.json54
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/post.json38
6 files changed, 110 insertions, 45 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
index f527618..dc5e3d7 100644
--- a/.frontmatter/config/taxonomy/contenttypes/docs.json
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "Docs",
+ "name": "docs",
"pageBundle": false,
"previewPath": null,
"fields": [
diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index 703d2b2..4d34e03 100644
--- a/.frontmatter/config/taxonomy/contenttypes/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "Legal",
+ "name": "legal",
"pageBundle": false,
"fields": [
{
@@ -26,10 +26,25 @@
"type": "tags"
},
{
- "title": "type",
+ "title": "Categories",
+ "name": "categories",
+ "type": "choice",
+ "choices": [
+ "Persons",
+ "Evidence",
+ "Legal"
+ ]
+ },
+ {
+ "title": "Type",
"name": "type",
- "type": "string",
- "single": true
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "docs"
},
{
"title": "draft",
@@ -44,32 +59,27 @@
{
"title": "url",
"name": "url",
- "type": "string",
- "single": true
+ "type": "string"
},
{
"title": "author",
"name": "author",
- "type": "string",
- "single": true
+ "type": "string"
},
{
"title": "authorURL",
"name": "authorURL",
- "type": "string",
- "single": true
+ "type": "string"
},
{
"title": "origin",
"name": "origin",
- "type": "string",
- "single": true
+ "type": "string"
},
{
"title": "originURL",
"name": "originURL",
- "type": "string",
- "single": true
+ "type": "string"
}
]
}
diff --git a/.frontmatter/config/taxonomy/contenttypes/minimal.json b/.frontmatter/config/taxonomy/contenttypes/minimal.json
index d3fc70d..ddd23ed 100644
--- a/.frontmatter/config/taxonomy/contenttypes/minimal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/minimal.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "Minimal",
+ "name": "minimal",
"pageBundle": false,
"previewPath": null,
"fields": [
@@ -16,6 +16,17 @@
"type": "string"
},
{
+ "title": "Categories",
+ "name": "categories",
+ "type": "choice",
+ "choices": [
+ "Persons",
+ "Evidence",
+ "Legal",
+ "Video"
+ ]
+ },
+ {
"title": "Type",
"name": "type",
"type": "choice",
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json
index cae9564..d3c9a4e 100644
--- a/.frontmatter/config/taxonomy/contenttypes/page.json
+++ b/.frontmatter/config/taxonomy/contenttypes/page.json
@@ -50,6 +50,16 @@
"default": "default"
},
{
+ "title": "Categories",
+ "name": "categories",
+ "type": "choice",
+ "choices": [
+ "Persons",
+ "Evidence",
+ "Legal"
+ ]
+ },
+ {
"title": "Metadata",
"name": "metadata",
"type": "choice",
diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json
index 24960fa..bd7da63 100644
--- a/.frontmatter/config/taxonomy/contenttypes/person.json
+++ b/.frontmatter/config/taxonomy/contenttypes/person.json
@@ -1,34 +1,55 @@
{
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "Persons",
+ "name": "person",
"pageBundle": false,
"fields": [
{
- "title": "title",
+ "title": "Title",
"name": "title",
"type": "string"
},
{
- "title": "date",
+ "title": "Date",
"name": "date",
"type": "datetime"
},
{
- "title": "type",
- "name": "type",
- "type": "string"
- },
- {
- "title": "description",
+ "title": "Description",
"name": "description",
"type": "string"
},
{
- "title": "tags",
+ "title": "Tags",
"name": "tags",
"type": "tags"
},
{
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "docs"
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "choice",
+ "choices": [
+ "Persons",
+ "Evidence",
+ "Legal"
+ ]
+ },
+ {
"title": "Weight",
"name": "weight",
"type": "number"
@@ -49,8 +70,8 @@
"type": "string"
},
{
- "title": "author-url",
- "name": "author-url",
+ "title": "authorURL",
+ "name": "authorURL",
"type": "string"
},
{
@@ -59,8 +80,8 @@
"type": "string"
},
{
- "title": "origin-url",
- "name": "origin-url",
+ "title": "originURL",
+ "name": "originURL",
"type": "string"
}
]
@@ -68,10 +89,7 @@
{
"title": "modules",
"name": "modules",
- "type": "choice",
- "choices": [
- "mermaid"
- ]
+ "type": "string"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json
index 023e39e..a18d833 100644
--- a/.frontmatter/config/taxonomy/contenttypes/post.json
+++ b/.frontmatter/config/taxonomy/contenttypes/post.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://frontmatter.codes/config/media.contenttypes.schema.json",
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
"name": "post",
"pageBundle": false,
"fields": [
@@ -19,9 +19,25 @@
"type": "datetime"
},
{
- "title": "type",
+ "title": "Type",
"name": "type",
- "type": "string"
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "default"
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "choice",
+ "choices": [
+ "Persons",
+ "Evidence",
+ "Legal"
+ ]
},
{
"title": "tags",
@@ -41,17 +57,17 @@
{
"title": "url",
"name": "url",
- "type": "datetime"
+ "type": "string"
},
{
"title": "author",
"name": "author",
- "type": "datetime"
+ "type": "string"
},
{
- "title": "author-url",
- "name": "author-url",
- "type": "datetime"
+ "title": "authorURL",
+ "name": "authorURL",
+ "type": "string"
},
{
"title": "origin",
@@ -59,9 +75,9 @@
"type": "string"
},
{
- "title": "origin-url",
- "name": "origin-url",
- "type": "datetime"
+ "title": "originURL",
+ "name": "originURL",
+ "type": "string"
}
]
}