summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:26:16 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:26:16 -0400
commit33ec991951e5b4f236f4c524cbf97ecaea4a8435 (patch)
tree3553d9577025702e15cc8932b099860d4c84a12e /.frontmatter/config/content
parent56995dceed4765cc6057480905d35f701bb74ea7 (diff)
fix(content): :construction: fpnav created, headless content refactored
Building, but styling errors persist. Created JPNav headless section specifically for nav component. #17 fixed on this push.
Diffstat (limited to '.frontmatter/config/content')
-rw-r--r--.frontmatter/config/content/pagefolders/fpnav.json10
-rw-r--r--.frontmatter/config/content/snippets/button.json32
-rw-r--r--.frontmatter/config/content/snippets/docs.json56
-rw-r--r--.frontmatter/config/content/snippets/file.json42
-rw-r--r--.frontmatter/config/content/snippets/image.json70
-rw-r--r--.frontmatter/config/content/snippets/link.json70
-rw-r--r--.frontmatter/config/content/snippets/map.json56
-rw-r--r--.frontmatter/config/content/snippets/pdf.json28
-rw-r--r--.frontmatter/config/content/snippets/persona.json42
9 files changed, 224 insertions, 182 deletions
diff --git a/.frontmatter/config/content/pagefolders/fpnav.json b/.frontmatter/config/content/pagefolders/fpnav.json
new file mode 100644
index 0000000..9ee7b5f
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/fpnav.json
@@ -0,0 +1,10 @@
+{
+ "$schema": "https://frontmatter.codes/config/content.pagefolders.schema.json",
+ "title": "fpnav",
+ "path": "[[workspace]]/content/fpnav",
+ "filePrefix": null,
+ "previewPath": "fpnav",
+ "contentTypes": [
+ "fpnav"
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/button.json b/.frontmatter/config/content/snippets/button.json
new file mode 100644
index 0000000..9181a19
--- /dev/null
+++ b/.frontmatter/config/content/snippets/button.json
@@ -0,0 +1,32 @@
+{
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Button",
+ "description": "Button Shortcode",
+ "body": [
+ "{{< button relref=\"[[relative reference]]\" outline=[[outline]] >}}",
+ "[[content]]",
+ "{{< /button >}}"
+ ],
+ "fields": [
+ {
+ "name": "relative reference",
+ "title": "Relative Reference",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "outline",
+ "title": "Outline",
+ "type": "boolean",
+ "default": true
+ },
+ {
+ "name": "content",
+ "title": "Content",
+ "type": "string",
+ "default": "To Profile"
+ }
+ ],
+ "isMediaSnippet": false
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json
index 6fb7e12..3c0f0b5 100644
--- a/.frontmatter/config/content/snippets/docs.json
+++ b/.frontmatter/config/content/snippets/docs.json
@@ -1,30 +1,30 @@
{
- "Docs": {
- "description": "Show Contents of Toml",
- "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}",
- "isMediaSnippet": false,
- "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": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Docs",
+ "description": "Show Contents of Toml",
+ "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}",
+ "isMediaSnippet": false,
+ "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": ""
+ }
+ ]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json
index ec06f8c..933891d 100644
--- a/.frontmatter/config/content/snippets/file.json
+++ b/.frontmatter/config/content/snippets/file.json
@@ -1,23 +1,23 @@
{
- "File": {
- "description": "Display Entire Contents of File",
- "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}",
- "isMediaSnippet": false,
- "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": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "File",
+ "description": "Display Entire Contents of File",
+ "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}",
+ "isMediaSnippet": false,
+ "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": ""
+ }
+ ]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/image.json b/.frontmatter/config/content/snippets/image.json
index c6663d0..7e9db4f 100644
--- a/.frontmatter/config/content/snippets/image.json
+++ b/.frontmatter/config/content/snippets/image.json
@@ -1,37 +1,37 @@
{
- "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
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "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
} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json
index feb12d5..69ed02a 100644
--- a/.frontmatter/config/content/snippets/link.json
+++ b/.frontmatter/config/content/snippets/link.json
@@ -1,37 +1,37 @@
{
- "Link": {
- "description": "Managed Link Insertion",
- "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}",
- "isMediaSnippet": false,
- "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": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Link",
+ "description": "Managed Link Insertion",
+ "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}",
+ "isMediaSnippet": false,
+ "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": ""
+ }
+ ]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json
index 2d4fb14..970fa2c 100644
--- a/.frontmatter/config/content/snippets/map.json
+++ b/.frontmatter/config/content/snippets/map.json
@@ -1,30 +1,30 @@
{
- "Map": {
- "description": "Inject a Map",
- "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}",
- "isMediaSnippet": false,
- "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": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Map",
+ "description": "Inject a Map",
+ "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}",
+ "isMediaSnippet": false,
+ "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": ""
+ }
+ ]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json
index 2d855d2..4d5464d 100644
--- a/.frontmatter/config/content/snippets/pdf.json
+++ b/.frontmatter/config/content/snippets/pdf.json
@@ -1,16 +1,16 @@
{
- "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",
- "title": "PDF File",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Embedded 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",
+ "title": "PDF File",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json
index a06c16c..54afc71 100644
--- a/.frontmatter/config/content/snippets/persona.json
+++ b/.frontmatter/config/content/snippets/persona.json
@@ -1,23 +1,23 @@
{
- "Persona": {
- "description": "Profile Card",
- "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}",
- "isMediaSnippet": false,
- "fields": [
- {
- "name": "Thumbnail",
- "title": "Thumbnail",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "color",
- "title": "color",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Persona",
+ "description": "Profile Card",
+ "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}",
+ "isMediaSnippet": false,
+ "fields": [
+ {
+ "name": "Thumbnail",
+ "title": "Thumbnail",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "color",
+ "title": "color",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
} \ No newline at end of file