summaryrefslogtreecommitdiffstats
path: root/.frontmatter
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter')
-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