summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/taxonomy')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/content.json2
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/evidence.json80
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/fpnav.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/page.json129
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/person.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/post.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/reason.json2
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/video.json44
9 files changed, 283 insertions, 2 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/content.json b/.frontmatter/config/taxonomy/contenttypes/content.json
index 6d3d586..30bf59f 100644
--- a/.frontmatter/config/taxonomy/contenttypes/content.json
+++ b/.frontmatter/config/taxonomy/contenttypes/content.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "Content",
+ "name": "content",
"pageBundle": false,
"previewPath": null,
"fields": [
diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json
new file mode 100644
index 0000000..44e08fd
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json
@@ -0,0 +1,80 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "evidence",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "date",
+ "name": "date",
+ "type": "datetime"
+ },
+ {
+ "title": "Metadata",
+ "name": "metadata",
+ "type": "choice",
+ "choices": [
+ "full",
+ "original",
+ "none"
+ ],
+ "default": "full"
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "string",
+ "single": true,
+ "default": "Evidence"
+ },
+ {
+ "title": "Tags",
+ "name": "tags",
+ "type": "tags"
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "string"
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "docs"
+ },
+ {
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "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/fpnav.json b/.frontmatter/config/taxonomy/contenttypes/fpnav.json
index ea7c49b..2b8b957 100644
--- a/.frontmatter/config/taxonomy/contenttypes/fpnav.json
+++ b/.frontmatter/config/taxonomy/contenttypes/fpnav.json
@@ -51,6 +51,13 @@
"name": "thumbnail",
"type": "string",
"single": true
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "fpnav"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index 0a1e3c7..122bff4 100644
--- a/.frontmatter/config/taxonomy/contenttypes/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -79,6 +79,13 @@
"type": "string"
}
]
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "legal"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json
new file mode 100644
index 0000000..d522ab2
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/page.json
@@ -0,0 +1,129 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "page",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Date",
+ "name": "date",
+ "type": "datetime",
+ "default": "{{now}}",
+ "isPublishDate": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "Tags",
+ "name": "tags",
+ "type": "tags"
+ },
+ {
+ "title": "Icon",
+ "name": "icon",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "default"
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "string",
+ "single": true,
+ "default": "Content"
+ },
+ {
+ "title": "Metadata",
+ "name": "metadata",
+ "type": "choice",
+ "choices": [
+ "full",
+ "original",
+ "none"
+ ],
+ "default": "full"
+ },
+ {
+ "title": "Download",
+ "name": "download",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "fields",
+ "fields": [
+ {
+ "title": "URL",
+ "name": "url",
+ "type": "image"
+ },
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "AuthorUrl",
+ "name": "authorUrl",
+ "type": "string"
+ },
+ {
+ "title": "Origin",
+ "name": "origin",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "OriginUrl",
+ "name": "originUrl",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Links",
+ "name": "navigationLinks",
+ "type": "list"
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "page"
+ }
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json
index 52e79b6..f6e1f21 100644
--- a/.frontmatter/config/taxonomy/contenttypes/person.json
+++ b/.frontmatter/config/taxonomy/contenttypes/person.json
@@ -88,6 +88,13 @@
"title": "modules",
"name": "modules",
"type": "string"
+ },
+ {
+ "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/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json
index a83336a..c78279b 100644
--- a/.frontmatter/config/taxonomy/contenttypes/post.json
+++ b/.frontmatter/config/taxonomy/contenttypes/post.json
@@ -77,6 +77,13 @@
"type": "string"
}
]
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "post"
}
]
} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json
index 688c762..cb36330 100644
--- a/.frontmatter/config/taxonomy/contenttypes/reason.json
+++ b/.frontmatter/config/taxonomy/contenttypes/reason.json
@@ -30,7 +30,7 @@
"name": "categories",
"type": "string",
"single": true,
- "default": "reason"
+ "default": "Reason"
},
{
"title": "Weight",
diff --git a/.frontmatter/config/taxonomy/contenttypes/video.json b/.frontmatter/config/taxonomy/contenttypes/video.json
new file mode 100644
index 0000000..a003c52
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/video.json
@@ -0,0 +1,44 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "video",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "string",
+ "single": true,
+ "default": "Video"
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "minimal"
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "video"
+ }
+ ]
+} \ No newline at end of file