From 07f7a7a388fdc6e40c30fa7aa8c79d54fa2010f3 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 10 Oct 2024 20:55:09 -0400 Subject: style(persons page): :lipstick: Style & SEO SEO and Style Improvements --- .frontmatter/config/taxonomy/docs.json | 8 +++++++- .frontmatter/config/taxonomy/legal.json | 3 ++- .frontmatter/config/taxonomy/page.json | 8 +++++++- 3 files changed, 16 insertions(+), 3 deletions(-) (limited to '.frontmatter/config') diff --git a/.frontmatter/config/taxonomy/docs.json b/.frontmatter/config/taxonomy/docs.json index 56da5c5..f5fb9c6 100644 --- a/.frontmatter/config/taxonomy/docs.json +++ b/.frontmatter/config/taxonomy/docs.json @@ -17,7 +17,13 @@ { "title": "Metadata", "name": "metadata", - "type": "string" + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" }, { "title": "Categories", diff --git a/.frontmatter/config/taxonomy/legal.json b/.frontmatter/config/taxonomy/legal.json index d306e7f..176be12 100644 --- a/.frontmatter/config/taxonomy/legal.json +++ b/.frontmatter/config/taxonomy/legal.json @@ -16,7 +16,8 @@ { "title": "date", "name": "date", - "type": "datetime" + "type": "datetime", + "isPublishDate": true }, { "title": "tags", diff --git a/.frontmatter/config/taxonomy/page.json b/.frontmatter/config/taxonomy/page.json index a69cad4..838d8c4 100644 --- a/.frontmatter/config/taxonomy/page.json +++ b/.frontmatter/config/taxonomy/page.json @@ -51,7 +51,13 @@ { "title": "Metadata", "name": "metadata", - "type": "string" + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" }, { "title": "Download", -- cgit v1.2.3