diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-11 16:05:33 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-11 16:05:33 -0400 |
| commit | 05a5f1f5b981e06ff736893beb0603be804db8be (patch) | |
| tree | a459fa66abfb8e1783f5289fb132ce3b54a9598e /.frontmatter/config/taxonomy | |
| parent | 4e95b58a7fea9aa3ff611289cb28cb73118182e1 (diff) | |
perf: :zap: Added weights to names. added IndexNow file.
added weights to persons. Added file for indexnow.
Diffstat (limited to '.frontmatter/config/taxonomy')
| -rw-r--r-- | .frontmatter/config/taxonomy/person.json | 5 |
1 files changed, 5 insertions, 0 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", |
