summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-11-03 07:42:09 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-11-03 07:42:09 -0500
commit25c06153902c63d8b9e502bb465d3b0a33174572 (patch)
tree81b42f4828b4b92456bd1d9b34c4fe8dcc22c9b0 /.frontmatter/config/taxonomy
parentebe0b7f231ffa8d3cdd59942ad938a9aae8ce2d4 (diff)
feat(content): :sparkles: Alias creations, new content, frontmatter configuration
Big push: Creation of aliases for google, required new content, and further changes to frontmatter configuration. #24 Otter links work.
Diffstat (limited to '.frontmatter/config/taxonomy')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/content.json12
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json17
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/evidence.json5
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json5
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/page.json5
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/person.json5
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/post.json5
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/reason.json5
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/video.json11
9 files changed, 70 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/content.json b/.frontmatter/config/taxonomy/contenttypes/content.json
index 30bf59f..fa49ebf 100644
--- a/.frontmatter/config/taxonomy/contenttypes/content.json
+++ b/.frontmatter/config/taxonomy/contenttypes/content.json
@@ -28,6 +28,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "Tags",
"name": "tags",
"type": "tags"
@@ -117,6 +122,13 @@
"title": "Links",
"name": "navigationLinks",
"type": "list"
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "person"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
index 182dc9a..248f033 100644
--- a/.frontmatter/config/taxonomy/contenttypes/docs.json
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -16,6 +16,11 @@
"type": "string"
},
{
+ "title": "date",
+ "name": "date",
+ "type": "datetime"
+ },
+ {
"title": "Metadata",
"name": "metadata",
"type": "choice",
@@ -60,9 +65,21 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "Modules",
"name": "modules",
"type": "string"
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "evidence"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json
index 44e08fd..f3e70ff 100644
--- a/.frontmatter/config/taxonomy/contenttypes/evidence.json
+++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json
@@ -65,6 +65,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "Modules",
"name": "modules",
"type": "string"
diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index 122bff4..ddd05c8 100644
--- a/.frontmatter/config/taxonomy/contenttypes/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -49,6 +49,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "thumbnail",
"name": "thumbnail",
"type": "fields",
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json
index d522ab2..20b225c 100644
--- a/.frontmatter/config/taxonomy/contenttypes/page.json
+++ b/.frontmatter/config/taxonomy/contenttypes/page.json
@@ -28,6 +28,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "string"
+ },
+ {
"title": "Tags",
"name": "tags",
"type": "tags"
diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json
index f6e1f21..e60ce0c 100644
--- a/.frontmatter/config/taxonomy/contenttypes/person.json
+++ b/.frontmatter/config/taxonomy/contenttypes/person.json
@@ -30,6 +30,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "Type",
"name": "type",
"type": "choice",
diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json
index c78279b..4ce4d39 100644
--- a/.frontmatter/config/taxonomy/contenttypes/post.json
+++ b/.frontmatter/config/taxonomy/contenttypes/post.json
@@ -47,6 +47,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "thumbnail",
"name": "thumbnail",
"type": "fields",
diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json
index cb36330..106274c 100644
--- a/.frontmatter/config/taxonomy/contenttypes/reason.json
+++ b/.frontmatter/config/taxonomy/contenttypes/reason.json
@@ -43,6 +43,11 @@
"type": "draft"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
"title": "Thumbnail",
"name": "thumbnail",
"type": "image",
diff --git a/.frontmatter/config/taxonomy/contenttypes/video.json b/.frontmatter/config/taxonomy/contenttypes/video.json
index a003c52..4e1b5b1 100644
--- a/.frontmatter/config/taxonomy/contenttypes/video.json
+++ b/.frontmatter/config/taxonomy/contenttypes/video.json
@@ -23,6 +23,17 @@
"default": "Video"
},
{
+ "title": "Alias",
+ "name": "alias",
+ "type": "list"
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "string",
+ "single": true
+ },
+ {
"title": "Type",
"name": "type",
"type": "choice",