diff options
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/config/taxonomy/person.json | 5 | ||||
| -rw-r--r-- | .frontmatter/templates/persons.md | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.frontmatter/config/taxonomy/person.json b/.frontmatter/config/taxonomy/person.json index 7e094ed..91fe2c3 100644 --- a/.frontmatter/config/taxonomy/person.json +++ b/.frontmatter/config/taxonomy/person.json @@ -28,6 +28,11 @@ "type": "tags" }, { + "title": "Weight", + "name": "weight", + "type": "number" + }, + { "title": "thumbnail", "name": "thumbnail", "type": "fields", diff --git a/.frontmatter/templates/persons.md b/.frontmatter/templates/persons.md index 5bb23ef..adb8a03 100644 --- a/.frontmatter/templates/persons.md +++ b/.frontmatter/templates/persons.md @@ -3,8 +3,9 @@ title: {{title}} description: [[Description]] date: {{now}} draft: true -tags: +tags: [[tags]] type: docs +weight: [[weight]] --- {{< persona title="[[name]]" thumbnail="https://res.cloudinary.com/anoduck/image/upload/v1726826625/user.jpg" >}} |
