{ "$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": "]]" }