summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content')
-rw-r--r--.frontmatter/config/content/pagefolders/persons.json (renamed from .frontmatter/config/content/pagefolders/person.json)2
-rw-r--r--.frontmatter/config/content/pagefolders/reasons.json10
2 files changed, 11 insertions, 1 deletions
diff --git a/.frontmatter/config/content/pagefolders/person.json b/.frontmatter/config/content/pagefolders/persons.json
index cfebd32..606d213 100644
--- a/.frontmatter/config/content/pagefolders/person.json
+++ b/.frontmatter/config/content/pagefolders/persons.json
@@ -1,6 +1,6 @@
{
"$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
- "title": "person",
+ "title": "persons",
"path": "[[workspace]]/content/persons",
"filePrefix": null,
"previewPath": "persons",
diff --git a/.frontmatter/config/content/pagefolders/reasons.json b/.frontmatter/config/content/pagefolders/reasons.json
new file mode 100644
index 0000000..0c13780
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/reasons.json
@@ -0,0 +1,10 @@
+{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
+ "title": "reasons",
+ "path": "[[workspace]]/content/reasons",
+ "filePrefix": null,
+ "previewPath": "reasons",
+ "contentTypes": [
+ "reason"
+ ]
+} \ No newline at end of file