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/posts.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.frontmatter/config/content/pagefolders/posts.json') 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 -- cgit v1.2.3