summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-03-02 08:29:56 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-03-02 08:29:56 -0500
commit6458d9da064d11ef97b47897d6417286da2bbe91 (patch)
treee6ae6b2af7caad27d21bf921fb2507b994e78898 /.frontmatter/config
parentb5290138e1f73a7a56578f9975ba3b50829ca8d4 (diff)
chore: 🤖 Pushing for remote access
Pushing so it can later be accessed remotely.
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/content/snippets/profile.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/profile.json b/.frontmatter/config/content/snippets/profile.json
new file mode 100644
index 0000000..ab30872
--- /dev/null
+++ b/.frontmatter/config/content/snippets/profile.json
@@ -0,0 +1,99 @@
+{
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Profile page",
+ "description": "Profile Content Page",
+ "body": [
+ "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}",
+ "Name: [[Name]]",
+ "Occupation: [[Occupation]]",
+ "Position: [[Position]]",
+ "Affiliations: [[Affiliations]]",
+ "Relations: [[Relations]]",
+ "POL Index: [[POL]]",
+ "Means: [[Means]]",
+ "Motive: [[Motive]]",
+ "Opportunity: [[Opportunity]]",
+ "Bio: [[Bio]]",
+ "{{< /persona >}}"
+ ],
+ "fields": [
+ {
+ "name": "Title",
+ "title": "Title",
+ "type": "string",
+ "single": true,
+ "default": "'{{ replace .File.ContentBaseName `-` ` ` | title }}'"
+ },
+ {
+ "name": "Thumbnail",
+ "title": "Thumbnail",
+ "type": "string",
+ "single": true,
+ "default": "/img/logo.png"
+ },
+ {
+ "name": "color",
+ "title": "color",
+ "type": "string",
+ "single": true,
+ "default": "Primary"
+ },
+ {
+ "name": "Name",
+ "title": "Name",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Occupation",
+ "title": "Occupation",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Position",
+ "title": "Position",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Affiliations",
+ "title": "Affiliations",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "Relations",
+ "title": "Relations",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "POL",
+ "title": "POL Index",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Means",
+ "title": "Means",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "Motive",
+ "title": "Motive",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "Opportunity",
+ "title": "Opportunity",
+ "type": "string",
+ "single": false
+ }
+ ],
+ "isMediaSnippet": false,
+ "openingTags": "[[",
+ "closingTags": "]]"
+} \ No newline at end of file