diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-28 08:08:48 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-28 08:08:48 -0400 |
| commit | f8d75ddde9fb521a5df9452c4b35cfd730ed9d37 (patch) | |
| tree | 89204208c29383ec2f854c096b3c6e3222a934e3 /.frontmatter/config/taxonomy | |
| parent | 6680d28a2e7002c98e08ffd936641ffb83da8f04 (diff) | |
style(content): :sparkles: Snippets, frontmatter, and nav section
Added snippets, still working on navbar section, formatting cleanups
Diffstat (limited to '.frontmatter/config/taxonomy')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/fpnav.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/person.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/reason.json | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/fpnav.json b/.frontmatter/config/taxonomy/contenttypes/fpnav.json index 2db3431..ea7c49b 100644 --- a/.frontmatter/config/taxonomy/contenttypes/fpnav.json +++ b/.frontmatter/config/taxonomy/contenttypes/fpnav.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "fpnav", "pageBundle": false, + "template": "[[workspace]]/.frontmatter/templates/fpnav.md", "previewPath": null, "fields": [ { diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json index 1b8dd07..52e79b6 100644 --- a/.frontmatter/config/taxonomy/contenttypes/person.json +++ b/.frontmatter/config/taxonomy/contenttypes/person.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "person", "pageBundle": false, + "template": "[[workspace]]/.frontmatter/templates/persons.md", "fields": [ { "title": "Title", diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json index daebf48..688c762 100644 --- a/.frontmatter/config/taxonomy/contenttypes/reason.json +++ b/.frontmatter/config/taxonomy/contenttypes/reason.json @@ -2,6 +2,7 @@ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", "name": "reason", "pageBundle": false, + "template": "[[workspace]]/.frontmatter/templates/reason.md", "previewPath": null, "fields": [ { |
