summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/pagefolders
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 14:50:51 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 14:50:51 -0400
commitecc34cd1fde9b4c643474b3783aa001002b91ab9 (patch)
treeec3413ffc12d6435b10cb064f5e5956942fb1852 /.frontmatter/config/content/pagefolders
parentb8e01bf4e84d3edcd337651322112e998fb01cf4 (diff)
ci(.frontMatter): :construction_worker: conf file to conf dir
Divided configuration of FrontMatter into numerous files.
Diffstat (limited to '.frontmatter/config/content/pagefolders')
-rw-r--r--.frontmatter/config/content/pagefolders/content.json4
-rw-r--r--.frontmatter/config/content/pagefolders/evidence.json4
-rw-r--r--.frontmatter/config/content/pagefolders/legal.json4
-rw-r--r--.frontmatter/config/content/pagefolders/persons.json4
-rw-r--r--.frontmatter/config/content/pagefolders/posts.json4
-rw-r--r--.frontmatter/config/content/pagefolders/video.json4
6 files changed, 24 insertions, 0 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json
new file mode 100644
index 0000000..b3a8201
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/content.json
@@ -0,0 +1,4 @@
+{
+ "title": "content",
+ "path": "[[workspace]]/content"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json
new file mode 100644
index 0000000..f7e06d0
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/evidence.json
@@ -0,0 +1,4 @@
+{
+ "title": "Evidence",
+ "path": "[[workspace]]/content/evidence"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json
new file mode 100644
index 0000000..8a6a43b
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/legal.json
@@ -0,0 +1,4 @@
+{
+ "title": "Legal",
+ "path": "[[workspace]]/content/legal"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json
new file mode 100644
index 0000000..e83695a
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/persons.json
@@ -0,0 +1,4 @@
+{
+ "title": "Persons",
+ "path": "[[workspace]]/content/persons"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json
new file mode 100644
index 0000000..2df110b
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/posts.json
@@ -0,0 +1,4 @@
+{
+ "title": "Posts",
+ "path": "[[workspace]]/content/posts"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json
new file mode 100644
index 0000000..9f00748
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/video.json
@@ -0,0 +1,4 @@
+{
+ "title": "Video",
+ "path": "[[workspace]]/content/video"
+} \ No newline at end of file