diff options
Diffstat (limited to '.frontmatter/config/content/pagefolders/news.json')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/news.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.frontmatter/config/content/pagefolders/news.json b/.frontmatter/config/content/pagefolders/news.json new file mode 100644 index 0000000..7c46a7f --- /dev/null +++ b/.frontmatter/config/content/pagefolders/news.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json", + "title": "news", + "path": "[[workspace]]/content/news", + "filePrefix": null, + "previewPath": "news", + "contentTypes": [ + "news", + "index" + ] +}
\ No newline at end of file |
