diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:29:53 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:30:26 -0400 |
| commit | 68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 (patch) | |
| tree | a0b0eb8d6fb8f02757b027e8a02dc12a970f687d /frontmatter.json | |
| parent | cd4e9cc26aa4cad7c3dccba6db2a6f981a36f9fd (diff) | |
feat(content): :sparkles: New content, frontmatter conf, etc...
New content created, frontmatter config fixes, etc, etc...
Diffstat (limited to '')
| -rw-r--r-- | frontmatter.json | 320 |
1 files changed, 313 insertions, 7 deletions
diff --git a/frontmatter.json b/frontmatter.json index 46ee4ef..79abfac 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -1,17 +1,177 @@ { "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", - "frontMatter.git.enbled": true, "frontMatter.content.publicFolder": "assets/img", "frontMatter.taxonomy.slugTemplate": "{{seoTitle}}", "frontMatter.taxonomy.alignFilename": true, "frontMatter.templates.enabled": true, - "frontMatter.templates.folder": ".frontmatter/templates", + "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", "frontMatter.git.enabled": true, "frontMatter.preview.host": "http://192.168.1.99:1313", + "frontMatter.website.host": "https://corruptlamar.com", + "frontMatter.dashboard.openOnStart": true, "frontMatter.taxonomy.contentTypes": [ { - "name": "default", + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "Docs", + "pageBundle": false, + "previewPath": null, + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Description", + "name": "description", + "type": "string" + }, + { + "title": "Metadata", + "name": "metadata", + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" + }, + { + "title": "Categories", + "name": "categories", + "type": "choice", + "choices": [ + "Persons", + "Evidence", + "Legal" + ] + }, + { + "title": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "docs" + } + ] + }, + { + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "Legal", + "pageBundle": false, + "fields": [ + { + "title": "title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "description", + "name": "description", + "type": "string" + }, + { + "title": "date", + "name": "date", + "type": "datetime", + "isPublishDate": true + }, + { + "title": "tags", + "name": "tags", + "type": "tags" + }, + { + "title": "type", + "name": "type", + "type": "string", + "single": true + }, + { + "title": "draft", + "name": "draft", + "type": "draft" + }, + { + "title": "thumbnail", + "name": "thumbnail", + "type": "fields", + "fields": [ + { + "title": "url", + "name": "url", + "type": "string", + "single": true + }, + { + "title": "author", + "name": "author", + "type": "string", + "single": true + }, + { + "title": "authorURL", + "name": "authorURL", + "type": "string", + "single": true + }, + { + "title": "origin", + "name": "origin", + "type": "string", + "single": true + }, + { + "title": "originURL", + "name": "originURL", + "type": "string", + "single": true + } + ] + } + ] + }, + { + "$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": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "minimal" + } + ] + }, + { + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "page", "pageBundle": false, "previewPath": null, "fields": [ @@ -63,7 +223,13 @@ { "title": "Metadata", "name": "metadata", - "type": "string" + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" }, { "title": "Download", @@ -115,11 +281,151 @@ "title": "Links", "name": "navigationLinks", "type": "list" + } + ] + }, + { + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "Persons", + "pageBundle": false, + "fields": [ + { + "title": "title", + "name": "title", + "type": "string" }, { - "title": "categories", - "name": "categories", - "type": "categories" + "title": "date", + "name": "date", + "type": "datetime" + }, + { + "title": "type", + "name": "type", + "type": "string" + }, + { + "title": "description", + "name": "description", + "type": "string" + }, + { + "title": "tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Weight", + "name": "weight", + "type": "number" + }, + { + "title": "thumbnail", + "name": "thumbnail", + "type": "fields", + "fields": [ + { + "title": "url", + "name": "url", + "type": "string" + }, + { + "title": "author", + "name": "author", + "type": "string" + }, + { + "title": "author-url", + "name": "author-url", + "type": "string" + }, + { + "title": "origin", + "name": "origin", + "type": "string" + }, + { + "title": "origin-url", + "name": "origin-url", + "type": "string" + } + ] + }, + { + "title": "modules", + "name": "modules", + "type": "choice", + "choices": [ + "mermaid" + ] + } + ] + }, + { + "name": "post", + "pageBundle": false, + "fields": [ + { + "title": "title", + "name": "title", + "type": "string" + }, + { + "title": "description", + "name": "description", + "type": "string" + }, + { + "title": "date", + "name": "date", + "type": "datetime" + }, + { + "title": "type", + "name": "type", + "type": "string" + }, + { + "title": "tags", + "name": "tags", + "type": "tags" + }, + { + "title": "draft", + "name": "draft", + "type": "draft" + }, + { + "title": "thumbnail", + "name": "thumbnail", + "type": "fields", + "fields": [ + { + "title": "url", + "name": "url", + "type": "datetime" + }, + { + "title": "author", + "name": "author", + "type": "datetime" + }, + { + "title": "author-url", + "name": "author-url", + "type": "datetime" + }, + { + "title": "origin", + "name": "origin", + "type": "string" + }, + { + "title": "origin-url", + "name": "origin-url", + "type": "datetime" + } + ] } ] } |
