diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-17 09:13:52 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-17 09:14:01 -0400 |
| commit | 0853c0fde0b4da83987bc2d2dc49f370f734867a (patch) | |
| tree | 42fb66ad0bf5348ca59799c4c252a966935afe44 /.frontmatter/config | |
| parent | 6ce2382eef275dfe47b86dad4640aee6db8162c8 (diff) | |
ch-ch-changes
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/content.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/evidence.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/legal.json | 6 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/person.json (renamed from .frontmatter/config/content/pagefolders/persons.json) | 5 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/posts.json | 4 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/video.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/docs.json | 2 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/legal.json | 38 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/minimal.json | 13 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/page.json | 10 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/person.json | 54 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/post.json | 38 |
12 files changed, 123 insertions, 54 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json index 6205ff5..bbfb592 100644 --- a/.frontmatter/config/content/pagefolders/content.json +++ b/.frontmatter/config/content/pagefolders/content.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "content", "path": "[[workspace]]/content", + "filePrefix": null, "excludeSubdir": true, "previewPath": "", "contentTypes": [ diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json index 17ec44b..7996094 100644 --- a/.frontmatter/config/content/pagefolders/evidence.json +++ b/.frontmatter/config/content/pagefolders/evidence.json @@ -1,7 +1,8 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Evidence", + "title": "evidence", "path": "[[workspace]]/content/evidence", + "filePrefix": null, "previewPath": "evidence", "contentTypes": [ "docs" diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json index bafcb79..5b4ad08 100644 --- a/.frontmatter/config/content/pagefolders/legal.json +++ b/.frontmatter/config/content/pagefolders/legal.json @@ -1,10 +1,10 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Legal", + "title": "legal", "path": "[[workspace]]/content/legal", + "filePrefix": null, "previewPath": "legal", "contentTypes": [ - "docs", - "page" + "legal" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/person.json index 79d609f..cfebd32 100644 --- a/.frontmatter/config/content/pagefolders/persons.json +++ b/.frontmatter/config/content/pagefolders/person.json @@ -1,9 +1,10 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Persons", + "title": "person", "path": "[[workspace]]/content/persons", + "filePrefix": null, "previewPath": "persons", "contentTypes": [ - "docs" + "person" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json index 8cec516..d0a64bd 100644 --- a/.frontmatter/config/content/pagefolders/posts.json +++ b/.frontmatter/config/content/pagefolders/posts.json @@ -1,9 +1,9 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Posts", + "title": "posts", "path": "[[workspace]]/content/posts", "previewPath": "posts", "contentTypes": [ - "minimal" + "post" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json index 077590d..7bc6282 100644 --- a/.frontmatter/config/content/pagefolders/video.json +++ b/.frontmatter/config/content/pagefolders/video.json @@ -1,8 +1,9 @@ { "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Video", + "title": "video", "path": "[[workspace]]/content/video", "previewPath": "video", + "filePrefix": null, "contentTypes": [ "minimal" ] 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" } ] } |
