summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content')
-rw-r--r--.frontmatter/config/content/pagefolders/content.json4
-rw-r--r--.frontmatter/config/content/pagefolders/evidence.json4
-rw-r--r--.frontmatter/config/content/pagefolders/legal.json4
-rw-r--r--.frontmatter/config/content/pagefolders/persons.json4
-rw-r--r--.frontmatter/config/content/pagefolders/posts.json4
-rw-r--r--.frontmatter/config/content/pagefolders/video.json4
-rw-r--r--.frontmatter/config/content/snippets/docs.json29
-rw-r--r--.frontmatter/config/content/snippets/file.json22
-rw-r--r--.frontmatter/config/content/snippets/image.json37
-rw-r--r--.frontmatter/config/content/snippets/link.json36
-rw-r--r--.frontmatter/config/content/snippets/map.json29
-rw-r--r--.frontmatter/config/content/snippets/persona.json23
12 files changed, 200 insertions, 0 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json
new file mode 100644
index 0000000..b3a8201
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/content.json
@@ -0,0 +1,4 @@
+{
+ "title": "content",
+ "path": "[[workspace]]/content"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json
new file mode 100644
index 0000000..f7e06d0
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/evidence.json
@@ -0,0 +1,4 @@
+{
+ "title": "Evidence",
+ "path": "[[workspace]]/content/evidence"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/legal.json b/.frontmatter/config/content/pagefolders/legal.json
new file mode 100644
index 0000000..8a6a43b
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/legal.json
@@ -0,0 +1,4 @@
+{
+ "title": "Legal",
+ "path": "[[workspace]]/content/legal"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json
new file mode 100644
index 0000000..e83695a
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/persons.json
@@ -0,0 +1,4 @@
+{
+ "title": "Persons",
+ "path": "[[workspace]]/content/persons"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/posts.json b/.frontmatter/config/content/pagefolders/posts.json
new file mode 100644
index 0000000..2df110b
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/posts.json
@@ -0,0 +1,4 @@
+{
+ "title": "Posts",
+ "path": "[[workspace]]/content/posts"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json
new file mode 100644
index 0000000..9f00748
--- /dev/null
+++ b/.frontmatter/config/content/pagefolders/video.json
@@ -0,0 +1,4 @@
+{
+ "title": "Video",
+ "path": "[[workspace]]/content/video"
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json
new file mode 100644
index 0000000..c6bc931
--- /dev/null
+++ b/.frontmatter/config/content/snippets/docs.json
@@ -0,0 +1,29 @@
+{
+ "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": ""
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json
new file mode 100644
index 0000000..4c511b5
--- /dev/null
+++ b/.frontmatter/config/content/snippets/file.json
@@ -0,0 +1,22 @@
+{
+ "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": ""
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/image.json b/.frontmatter/config/content/snippets/image.json
new file mode 100644
index 0000000..c6663d0
--- /dev/null
+++ b/.frontmatter/config/content/snippets/image.json
@@ -0,0 +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
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json
new file mode 100644
index 0000000..4b145ef
--- /dev/null
+++ b/.frontmatter/config/content/snippets/link.json
@@ -0,0 +1,36 @@
+{
+ "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": ""
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json
new file mode 100644
index 0000000..83a7682
--- /dev/null
+++ b/.frontmatter/config/content/snippets/map.json
@@ -0,0 +1,29 @@
+{
+ "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": ""
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json
new file mode 100644
index 0000000..7d7bd78
--- /dev/null
+++ b/.frontmatter/config/content/snippets/persona.json
@@ -0,0 +1,23 @@
+{
+ "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": ""
+ }
+ ]
+ }
+} \ No newline at end of file