summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/pagefolders
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/pagefolders')
-rw-r--r--.frontmatter/config/content/pagefolders/communication.json12
-rw-r--r--.frontmatter/config/content/pagefolders/content.json2
-rw-r--r--.frontmatter/config/content/pagefolders/evidence.json4
-rw-r--r--.frontmatter/config/content/pagefolders/legal.json3
-rw-r--r--.frontmatter/config/content/pagefolders/persons.json3
-rw-r--r--.frontmatter/config/content/pagefolders/posts.json4
-rw-r--r--.frontmatter/config/content/pagefolders/video.json4
7 files changed, 24 insertions, 8 deletions
diff --git a/.frontmatter/config/content/pagefolders/communication.json b/.frontmatter/config/content/pagefolders/communication.json
new file mode 100644
index 0000000..8c1f289
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/communication.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
+ "title": "communication",
+ "path": "[[workspace]]/content/communication",
+ "filePrefix": null,
+ "excludeSubdir": false,
+ "previewPath": "comm",
+ "contentTypes": [
+ "communication",
+ "index"
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json
index 484da3c..09f1002 100644
--- a/.frontmatter/config/content/pagefolders/content.json
+++ b/.frontmatter/config/content/pagefolders/content.json
@@ -7,6 +7,6 @@
"previewPath": "",
"contentTypes": [
"page",
- "content"
+ "index"
]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json
index 0be63e5..7a6c2f2 100644
--- a/.frontmatter/config/content/pagefolders/evidence.json
+++ b/.frontmatter/config/content/pagefolders/evidence.json
@@ -5,7 +5,7 @@
"filePrefix": null,
"previewPath": "evidence",
"contentTypes": [
- "docs",
- "evidence"
+ "evidence",
+ "index"
]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json
index 5b4ad08..4b44498 100644
--- a/.frontmatter/config/content/pagefolders/legal.json
+++ b/.frontmatter/config/content/pagefolders/legal.json
@@ -5,6 +5,7 @@
"filePrefix": null,
"previewPath": "legal",
"contentTypes": [
- "legal"
+ "legal",
+ "index"
]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json
index 606d213..fa9eebc 100644
--- a/.frontmatter/config/content/pagefolders/persons.json
+++ b/.frontmatter/config/content/pagefolders/persons.json
@@ -5,6 +5,7 @@
"filePrefix": null,
"previewPath": "persons",
"contentTypes": [
- "person"
+ "person",
+ "index"
]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json
index d0a64bd..84db8fb 100644
--- a/.frontmatter/config/content/pagefolders/posts.json
+++ b/.frontmatter/config/content/pagefolders/posts.json
@@ -2,8 +2,10 @@
"$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
"title": "posts",
"path": "[[workspace]]/content/posts",
+ "filePrefix": null,
"previewPath": "posts",
"contentTypes": [
- "post"
+ "post",
+ "index"
]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json
index bab7499..8011ed2 100644
--- a/.frontmatter/config/content/pagefolders/video.json
+++ b/.frontmatter/config/content/pagefolders/video.json
@@ -5,7 +5,7 @@
"previewPath": "video",
"filePrefix": null,
"contentTypes": [
- "minimal",
- "video"
+ "video",
+ "index"
]
} \ No newline at end of file