diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-25 07:53:44 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-26 07:25:09 -0400 |
| commit | 10b9590ae226b53681b844ca27583564b11ac663 (patch) | |
| tree | 409d67c6483ed6c4b86e0b88a0b21cd9895d34aa /.frontmatter/config | |
| parent | 77bc952f71567c95237a88d4657c5b3111074532 (diff) | |
perf(content): :zap: Restructuring Navs and Peep Listing
Targeting improved SEO performance with restructing Nav on frontpage
CURRENTY THE BUILD IS BROKEN
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/content/snippets/docs.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/file.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/link.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/map.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/pdf.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/persona.json | 2 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/reason.json | 6 |
7 files changed, 12 insertions, 1 deletions
diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json index c6bc931..6fb7e12 100644 --- a/.frontmatter/config/content/snippets/docs.json +++ b/.frontmatter/config/content/snippets/docs.json @@ -2,6 +2,7 @@ "Docs": { "description": "Show Contents of Toml", "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", + "isMediaSnippet": false, "fields": [ { "name": "Section", diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json index 4c511b5..ec06f8c 100644 --- a/.frontmatter/config/content/snippets/file.json +++ b/.frontmatter/config/content/snippets/file.json @@ -2,6 +2,7 @@ "File": { "description": "Display Entire Contents of File", "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}", + "isMediaSnippet": false, "fields": [ { "name": "File Path", diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json index 4b145ef..feb12d5 100644 --- a/.frontmatter/config/content/snippets/link.json +++ b/.frontmatter/config/content/snippets/link.json @@ -2,6 +2,7 @@ "Link": { "description": "Managed Link Insertion", "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}", + "isMediaSnippet": false, "fields": [ { "name": "Title", diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json index 83a7682..2d4fb14 100644 --- a/.frontmatter/config/content/snippets/map.json +++ b/.frontmatter/config/content/snippets/map.json @@ -2,6 +2,7 @@ "Map": { "description": "Inject a Map", "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}", + "isMediaSnippet": false, "fields": [ { "name": "Latitude", diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json index a12f67d..2d855d2 100644 --- a/.frontmatter/config/content/snippets/pdf.json +++ b/.frontmatter/config/content/snippets/pdf.json @@ -2,6 +2,7 @@ "embed pdf": { "description": "Embeds a pdf file into page using html5 tag \"embed\".", "body": "<embed src=\"[[ PDF File ]]\" type=\"application/pdf\" width=\"100%\" height=\"100%\" />", + "isMediaSnippet": false, "fields": [ { "name": "PDF File", diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json index 7d7bd78..a06c16c 100644 --- a/.frontmatter/config/content/snippets/persona.json +++ b/.frontmatter/config/content/snippets/persona.json @@ -2,7 +2,7 @@ "Persona": { "description": "Profile Card", "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}", - "isMediaSnippet": true, + "isMediaSnippet": false, "fields": [ { "name": "Thumbnail", diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json index 9573e1d..daebf48 100644 --- a/.frontmatter/config/taxonomy/contenttypes/reason.json +++ b/.frontmatter/config/taxonomy/contenttypes/reason.json @@ -51,6 +51,12 @@ "title": "ColorMode", "name": "colormode", "type": "boolean", + "default": "false" + }, + { + "title": "Tilted", + "name": "tilted", + "type": "boolean", "default": "true" }, { |
