diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-05 06:01:38 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-05 06:01:38 -0500 |
| commit | c2f904ec773acecabb34c68b0e6756f3f8cc305b (patch) | |
| tree | 9dcec440a1e0d54ad186c8269a63afd70d847589 /.frontmatter/config/content/pagefolders/communication.json | |
| parent | 8609f5ddfa3c322912ee705ed6082f93266982b2 (diff) | |
feat(content): :sparkles: Communication section creation
Communication section created, frontmatter type cleaning, configurations, etc...
#28 #27
Diffstat (limited to '.frontmatter/config/content/pagefolders/communication.json')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/communication.json | 12 |
1 files changed, 12 insertions, 0 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 |
