summaryrefslogtreecommitdiffstats
path: root/frontmatter.json
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 14:50:51 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 14:50:51 -0400
commitecc34cd1fde9b4c643474b3783aa001002b91ab9 (patch)
treeec3413ffc12d6435b10cb064f5e5956942fb1852 /frontmatter.json
parentb8e01bf4e84d3edcd337651322112e998fb01cf4 (diff)
ci(.frontMatter): :construction_worker: conf file to conf dir
Divided configuration of FrontMatter into numerous files.
Diffstat (limited to 'frontmatter.json')
-rw-r--r--frontmatter.json409
1 files changed, 1 insertions, 408 deletions
diff --git a/frontmatter.json b/frontmatter.json
index cba4b52..8c4ad67 100644
--- a/frontmatter.json
+++ b/frontmatter.json
@@ -7,414 +7,7 @@
"frontMatter.taxonomy.alignFilename": true,
"frontMatter.templates.enabled": true,
"frontMatter.templates.folder": ".frontmatter/templates",
- "frontMatter.taxonomy.contentTypes": [
- {
- "name": "default",
- "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": "string"
- },
- {
- "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"
- }
- ]
- },
- {
- "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": "string"
- },
- {
- "title": "Categories",
- "name": "categories",
- "type": "choice",
- "choices": [
- "Persons",
- "Evidence",
- "Legal"
- ]
- },
- {
- "title": "Type",
- "name": "type",
- "type": "choice",
- "choices": [
- "default",
- "docs",
- "minimal"
- ],
- "default": "docs"
- }
- ]
- },
- {
- "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"
- }
- ]
- }
- ],
- "frontMatter.content.pageFolders": [
- {
- "title": "content",
- "path": "[[workspace]]/content"
- }
- ],
"frontMatter.framework.id": "hugo",
"frontMatter.git.enabled": true,
- "frontMatter.preview.host": "http://localhost:1313",
- "frontMatter.content.snippets": {
- "Image": {
- "description": "Image Shortcode for Digital Asset Managers",
- "body": "{{< image src=\"[[SRC_URL]]\" ratio=\"[[Ratio]]\" class=\"[[Class]]\" wrapper=\"[[ Wrapper]]\" >}}",
- "fields": [
- {
- "name": "SRC_URL",
- "title": "SRC_URL",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Ratio",
- "title": "Ratio",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Class",
- "title": "Class",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Wrapper",
- "title": "Wrapper",
- "type": "string",
- "single": true,
- "default": ""
- }
- ],
- "isMediaSnippet": true
- },
- "Persona": {
- "description": "Profile Card",
- "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}",
- "isMediaSnippet": true,
- "fields": [
- {
- "name": "Thumbnail",
- "title": "Thumbnail",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "color",
- "title": "color",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- },
- "Link": {
- "description": "Managed Link Insertion",
- "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}",
- "fields": [
- {
- "name": "Title",
- "title": "Title",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Url",
- "title": "Url",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "true|false",
- "title": "true|false",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Link Name",
- "title": "Link Name",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- },
- "Docs": {
- "description": "Show Contents of Toml",
- "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}",
- "fields": [
- {
- "name": "Section",
- "title": "Section",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "File Path",
- "title": "File Path",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "docs-collapse-{X}",
- "title": "docs-collapse-{X}",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- },
- "File": {
- "description": "Display Entire Contents of File",
- "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}",
- "fields": [
- {
- "name": "File Path",
- "title": "File Path",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "file-collapse-{x}",
- "title": "file-collapse-{x}",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- },
- "Map": {
- "description": "Inject a Map",
- "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}",
- "fields": [
- {
- "name": "Latitude",
- "title": "Latitude",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Longitude",
- "title": "Longitude",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Display Text",
- "title": "Display Text",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- }
- },
- "frontMatter.data.files": [
- {
- "id": "timeline",
- "title": "Timeline",
- "file": "[[workspace]]/data/timeline.yml",
- "fileType": "yaml",
- "schema": {
- "title": "Timeline",
- "type": "object",
- "required": [
- "title",
- "date"
- ],
- "properties": {
- "title": {
- "type": "string",
- "title": "Title"
- },
- "date": {
- "type": "string",
- "title": "Date"
- },
- "icon": {
- "type": "string",
- "title": "Icon"
- },
- "color": {
- "type": "string",
- "title": "Color"
- },
- "url": {
- "type": "string",
- "title": "URL"
- },
- "content": {
- "type": "string",
- "title": "Content"
- }
- }
- }
- }
- ],
- "frontMatter.data.folders": [
- {
- "id": "authors",
- "path": "[[workspace]]/data",
- "singleEntry": false,
- "enableFileCreation": true,
- "fileType": "yaml",
- "type": "data"
- }
- ]
+ "frontMatter.preview.host": "http://192.168.1.99:1313",
} \ No newline at end of file