summaryrefslogtreecommitdiffstats
path: root/frontmatter.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontmatter.json')
-rw-r--r--frontmatter.json426
1 files changed, 3 insertions, 423 deletions
diff --git a/frontmatter.json b/frontmatter.json
index 79abfac..e5b4ef2 100644
--- a/frontmatter.json
+++ b/frontmatter.json
@@ -1,433 +1,13 @@
{
"$schema": "https://beta.frontmatter.codes/frontmatter.schema.json",
"frontMatter.content.publicFolder": "assets/img",
- "frontMatter.taxonomy.slugTemplate": "{{seoTitle}}",
- "frontMatter.taxonomy.alignFilename": true,
+ "frontMatter.taxonomy.slugTemplate": "{{Title}}",
+ "frontMatter.taxonomy.alignFilename": false,
"frontMatter.templates.enabled": true,
"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": [
- {
- "$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": [
- {
- "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": "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": "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"
- }
- ]
- },
- {
- "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
- "name": "Persons",
- "pageBundle": false,
- "fields": [
- {
- "title": "title",
- "name": "title",
- "type": "string"
- },
- {
- "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"
- }
- ]
- }
- ]
- }
- ]
+ "frontMatter.dashboard.openOnStart": true
} \ No newline at end of file