From c2f904ec773acecabb34c68b0e6756f3f8cc305b Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:01:38 -0500 Subject: feat(content): :sparkles: Communication section creation Communication section created, frontmatter type cleaning, configurations, etc... #28 #27 --- .frontmatter/config/content/pagefolders/communication.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .frontmatter/config/content/pagefolders/communication.json (limited to '.frontmatter/config/content/pagefolders/communication.json') 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 -- cgit v1.2.3