summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-23 03:48:34 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-23 03:48:50 -0400
commitd4d8a9e36b0efa1a92fdc41610602d67c1c08c95 (patch)
treeeef09d4a5f5f5c0ee340ab305e28b96a95cdaadb /.frontmatter/config
parent9e475c4f7d3ceeb5d8a0b2506d2e69de8810a8ed (diff)
feat(content): :sparkles: Front page changes, additional content
Created reasons section, added more content, and improved style.
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/content/pagefolders/persons.json (renamed from .frontmatter/config/content/pagefolders/person.json)2
-rw-r--r--.frontmatter/config/content/pagefolders/reasons.json10
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/content.json (renamed from .frontmatter/config/taxonomy/contenttypes/page.json)11
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json9
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/legal.json9
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/minimal.json9
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/person.json9
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/post.json10
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/reason.json64
9 files changed, 93 insertions, 40 deletions
diff --git a/.frontmatter/config/content/pagefolders/person.json b/.frontmatter/config/content/pagefolders/persons.json
index cfebd32..606d213 100644
--- a/.frontmatter/config/content/pagefolders/person.json
+++ b/.frontmatter/config/content/pagefolders/persons.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
- "title": "person",
+ "title": "persons",
"path": "[[workspace]]/content/persons",
"filePrefix": null,
"previewPath": "persons",
diff --git a/.frontmatter/config/content/pagefolders/reasons.json b/.frontmatter/config/content/pagefolders/reasons.json
new file mode 100644
index 0000000..0c13780
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/reasons.json
@@ -0,0 +1,10 @@
+{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
+ "title": "reasons",
+ "path": "[[workspace]]/content/reasons",
+ "filePrefix": null,
+ "previewPath": "reasons",
+ "contentTypes": [
+ "reason"
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/content.json
index d3c9a4e..6d3d586 100644
--- a/.frontmatter/config/taxonomy/contenttypes/page.json
+++ b/.frontmatter/config/taxonomy/contenttypes/content.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "page",
+ "name": "Content",
"pageBundle": false,
"previewPath": null,
"fields": [
@@ -52,12 +52,9 @@
{
"title": "Categories",
"name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal"
- ]
+ "type": "string",
+ "single": true,
+ "default": "Content"
},
{
"title": "Metadata",
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
index dc5e3d7..8004565 100644
--- a/.frontmatter/config/taxonomy/contenttypes/docs.json
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -29,12 +29,9 @@
{
"title": "Categories",
"name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal"
- ]
+ "type": "string",
+ "single": true,
+ "default": "Evidence"
},
{
"title": "Type",
diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json
index 4d34e03..0a1e3c7 100644
--- a/.frontmatter/config/taxonomy/contenttypes/legal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/legal.json
@@ -28,12 +28,9 @@
{
"title": "Categories",
"name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal"
- ]
+ "type": "string",
+ "single": true,
+ "default": "Legal"
},
{
"title": "Type",
diff --git a/.frontmatter/config/taxonomy/contenttypes/minimal.json b/.frontmatter/config/taxonomy/contenttypes/minimal.json
index ddd23ed..bcf6a1d 100644
--- a/.frontmatter/config/taxonomy/contenttypes/minimal.json
+++ b/.frontmatter/config/taxonomy/contenttypes/minimal.json
@@ -18,13 +18,8 @@
{
"title": "Categories",
"name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal",
- "Video"
- ]
+ "type": "string",
+ "single": true
},
{
"title": "Type",
diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json
index bd7da63..1b8dd07 100644
--- a/.frontmatter/config/taxonomy/contenttypes/person.json
+++ b/.frontmatter/config/taxonomy/contenttypes/person.json
@@ -42,12 +42,9 @@
{
"title": "Categories",
"name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal"
- ]
+ "type": "string",
+ "single": true,
+ "default": "Person"
},
{
"title": "Weight",
diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json
index 352c8dd..a83336a 100644
--- a/.frontmatter/config/taxonomy/contenttypes/post.json
+++ b/.frontmatter/config/taxonomy/contenttypes/post.json
@@ -32,13 +32,9 @@
{
"title": "Categories",
"name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal",
- "Posts"
- ]
+ "type": "string",
+ "single": true,
+ "default": "Post"
},
{
"title": "tags",
diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json
new file mode 100644
index 0000000..9573e1d
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/reason.json
@@ -0,0 +1,64 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "reason",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true,
+ "default": "Corrupt Lamar"
+ },
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Date",
+ "name": "date",
+ "type": "datetime",
+ "default": "{{now}}",
+ "isPublishDate": true
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "string",
+ "single": true,
+ "default": "reason"
+ },
+ {
+ "title": "Weight",
+ "name": "weight",
+ "type": "number"
+ },
+ {
+ "title": "draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "image",
+ "default": "/img/logo.svg"
+ },
+ {
+ "title": "ColorMode",
+ "name": "colormode",
+ "type": "boolean",
+ "default": "true"
+ },
+ {
+ "title": "FrontMatter Content Type",
+ "name": "fmContentType",
+ "type": "string",
+ "single": true,
+ "default": "reason"
+ }
+ ]
+} \ No newline at end of file