diff options
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/communication.json | 12 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/content.json | 2 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/evidence.json | 4 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/legal.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/persons.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/posts.json | 4 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/video.json | 4 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/communication.json (renamed from .frontmatter/config/taxonomy/contenttypes/docs.json) | 6 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/content.json | 134 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/index.json | 37 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/minimal.json | 36 |
11 files changed, 64 insertions, 181 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 diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json index 484da3c..09f1002 100644 --- a/.frontmatter/config/content/pagefolders/content.json +++ b/.frontmatter/config/content/pagefolders/content.json @@ -7,6 +7,6 @@ "previewPath": "", "contentTypes": [ "page", - "content" + "index" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json index 0be63e5..7a6c2f2 100644 --- a/.frontmatter/config/content/pagefolders/evidence.json +++ b/.frontmatter/config/content/pagefolders/evidence.json @@ -5,7 +5,7 @@ "filePrefix": null, "previewPath": "evidence", "contentTypes": [ - "docs", - "evidence" + "evidence", + "index" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json index 5b4ad08..4b44498 100644 --- a/.frontmatter/config/content/pagefolders/legal.json +++ b/.frontmatter/config/content/pagefolders/legal.json @@ -5,6 +5,7 @@ "filePrefix": null, "previewPath": "legal", "contentTypes": [ - "legal" + "legal", + "index" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json index 606d213..fa9eebc 100644 --- a/.frontmatter/config/content/pagefolders/persons.json +++ b/.frontmatter/config/content/pagefolders/persons.json @@ -5,6 +5,7 @@ "filePrefix": null, "previewPath": "persons", "contentTypes": [ - "person" + "person", + "index" ] }
\ No newline at end of file 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 diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json index bab7499..8011ed2 100644 --- a/.frontmatter/config/content/pagefolders/video.json +++ b/.frontmatter/config/content/pagefolders/video.json @@ -5,7 +5,7 @@ "previewPath": "video", "filePrefix": null, "contentTypes": [ - "minimal", - "video" + "video", + "index" ] }
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/communication.json index 248f033..e48aac3 100644 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ b/.frontmatter/config/taxonomy/contenttypes/communication.json @@ -1,6 +1,6 @@ { "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "docs", + "name": "communication", "pageBundle": false, "previewPath": null, "fields": [ @@ -36,7 +36,7 @@ "name": "categories", "type": "string", "single": true, - "default": "Evidence" + "default": "Communication" }, { "title": "Tags", @@ -79,7 +79,7 @@ "name": "fmContentType", "type": "string", "single": true, - "default": "evidence" + "default": "communication" } ] }
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/content.json b/.frontmatter/config/taxonomy/contenttypes/content.json deleted file mode 100644 index fa49ebf..0000000 --- a/.frontmatter/config/taxonomy/contenttypes/content.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "content", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string", - "single": true - }, - { - "title": "Date", - "name": "date", - "type": "datetime", - "default": "{{now}}", - "isPublishDate": true - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "Draft", - "name": "draft", - "type": "draft" - }, - { - "title": "Alias", - "name": "alias", - "type": "list" - }, - { - "title": "Tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Icon", - "name": "icon", - "type": "string", - "single": true - }, - { - "title": "Type", - "name": "type", - "type": "choice", - "choices": [ - "default", - "docs", - "minimal" - ], - "default": "default" - }, - { - "title": "Categories", - "name": "categories", - "type": "string", - "single": true, - "default": "Content" - }, - { - "title": "Metadata", - "name": "metadata", - "type": "choice", - "choices": [ - "full", - "original", - "none" - ], - "default": "full" - }, - { - "title": "Download", - "name": "download", - "type": "string", - "single": true - }, - { - "title": "Thumbnail", - "name": "thumbnail", - "type": "fields", - "fields": [ - { - "title": "URL", - "name": "url", - "type": "image" - }, - { - "title": "Author", - "name": "author", - "type": "string", - "single": true - }, - { - "title": "AuthorUrl", - "name": "authorUrl", - "type": "string" - }, - { - "title": "Origin", - "name": "origin", - "type": "string", - "single": true - }, - { - "title": "OriginUrl", - "name": "originUrl", - "type": "string" - } - ] - }, - { - "title": "Author", - "name": "author", - "type": "string", - "single": true - }, - { - "title": "Links", - "name": "navigationLinks", - "type": "list" - }, - { - "title": "FrontMatter Content Type", - "name": "fmContentType", - "type": "string", - "single": true, - "default": "person" - } - ] -}
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/index.json b/.frontmatter/config/taxonomy/contenttypes/index.json new file mode 100644 index 0000000..796682d --- /dev/null +++ b/.frontmatter/config/taxonomy/contenttypes/index.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "index", + "pageBundle": false, + "previewPath": null, + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Categories", + "name": "categories", + "type": "string", + "single": true + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "string" + }, + { + "title": "Alias", + "name": "alias", + "type": "list" + }, + { + "title": "FrontMatter Content Type", + "name": "fmContentType", + "type": "string", + "single": true, + "default": "index" + } + ] +}
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/minimal.json b/.frontmatter/config/taxonomy/contenttypes/minimal.json deleted file mode 100644 index bcf6a1d..0000000 --- a/.frontmatter/config/taxonomy/contenttypes/minimal.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "minimal", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string", - "single": true - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "Categories", - "name": "categories", - "type": "string", - "single": true - }, - { - "title": "Type", - "name": "type", - "type": "choice", - "choices": [ - "default", - "docs", - "minimal" - ], - "default": "minimal" - } - ] -}
\ No newline at end of file |
