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/content | |
| parent | 6ce2382eef275dfe47b86dad4640aee6db8162c8 (diff) | |
ch-ch-changes
Diffstat (limited to '.frontmatter/config/content')
| -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 |
6 files changed, 13 insertions, 9 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" ] |
