From 0853c0fde0b4da83987bc2d2dc49f370f734867a Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 17 Oct 2024 09:13:52 -0400 Subject: ch-ch-changes --- .frontmatter/config/content/pagefolders/content.json | 1 + .frontmatter/config/content/pagefolders/evidence.json | 3 ++- .frontmatter/config/content/pagefolders/legal.json | 6 +++--- .frontmatter/config/content/pagefolders/person.json | 10 ++++++++++ .frontmatter/config/content/pagefolders/persons.json | 9 --------- .frontmatter/config/content/pagefolders/posts.json | 4 ++-- .frontmatter/config/content/pagefolders/video.json | 3 ++- 7 files changed, 20 insertions(+), 16 deletions(-) create mode 100644 .frontmatter/config/content/pagefolders/person.json delete mode 100644 .frontmatter/config/content/pagefolders/persons.json (limited to '.frontmatter/config/content') 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/person.json b/.frontmatter/config/content/pagefolders/person.json new file mode 100644 index 0000000..cfebd32 --- /dev/null +++ b/.frontmatter/config/content/pagefolders/person.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "person", + "path": "[[workspace]]/content/persons", + "filePrefix": null, + "previewPath": "persons", + "contentTypes": [ + "person" + ] +} \ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json deleted file mode 100644 index 79d609f..0000000 --- a/.frontmatter/config/content/pagefolders/persons.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", - "title": "Persons", - "path": "[[workspace]]/content/persons", - "previewPath": "persons", - "contentTypes": [ - "docs" - ] -} \ 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" ] -- cgit v1.2.3