diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:29:53 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:30:26 -0400 |
| commit | 68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 (patch) | |
| tree | a0b0eb8d6fb8f02757b027e8a02dc12a970f687d /.frontmatter/config/content/pagefolders | |
| parent | cd4e9cc26aa4cad7c3dccba6db2a6f981a36f9fd (diff) | |
feat(content): :sparkles: New content, frontmatter conf, etc...
New content created, frontmatter config fixes, etc, etc...
Diffstat (limited to '.frontmatter/config/content/pagefolders')
6 files changed, 6 insertions, 0 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json index 367b72d..6205ff5 100644 --- a/.frontmatter/config/content/pagefolders/content.json +++ b/.frontmatter/config/content/pagefolders/content.json @@ -1,4 +1,5 @@ { + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "content", "path": "[[workspace]]/content", "excludeSubdir": true, diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json index 8c70f28..17ec44b 100644 --- a/.frontmatter/config/content/pagefolders/evidence.json +++ b/.frontmatter/config/content/pagefolders/evidence.json @@ -1,4 +1,5 @@ { + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "Evidence", "path": "[[workspace]]/content/evidence", "previewPath": "evidence", diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json index 4aa2b4d..bafcb79 100644 --- a/.frontmatter/config/content/pagefolders/legal.json +++ b/.frontmatter/config/content/pagefolders/legal.json @@ -1,4 +1,5 @@ { + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "Legal", "path": "[[workspace]]/content/legal", "previewPath": "legal", diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json index 93e9635..79d609f 100644 --- a/.frontmatter/config/content/pagefolders/persons.json +++ b/.frontmatter/config/content/pagefolders/persons.json @@ -1,4 +1,5 @@ { + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "Persons", "path": "[[workspace]]/content/persons", "previewPath": "persons", diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json index 0327d7f..8cec516 100644 --- a/.frontmatter/config/content/pagefolders/posts.json +++ b/.frontmatter/config/content/pagefolders/posts.json @@ -1,4 +1,5 @@ { + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "Posts", "path": "[[workspace]]/content/posts", "previewPath": "posts", diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json index dc1e565..077590d 100644 --- a/.frontmatter/config/content/pagefolders/video.json +++ b/.frontmatter/config/content/pagefolders/video.json @@ -1,4 +1,5 @@ { + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", "title": "Video", "path": "[[workspace]]/content/video", "previewPath": "video", |
