From 05a5f1f5b981e06ff736893beb0603be804db8be Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Fri, 11 Oct 2024 16:05:33 -0400 Subject: perf: :zap: Added weights to names. added IndexNow file. added weights to persons. Added file for indexnow. --- .frontmatter/config/taxonomy/person.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.frontmatter/config/taxonomy/person.json') 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 @@ -27,6 +27,11 @@ "name": "tags", "type": "tags" }, + { + "title": "Weight", + "name": "weight", + "type": "number" + }, { "title": "thumbnail", "name": "thumbnail", -- cgit v1.2.3