diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 20:55:09 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 20:55:09 -0400 |
| commit | 07f7a7a388fdc6e40c30fa7aa8c79d54fa2010f3 (patch) | |
| tree | 7a8ec3d5b77f0f983b69e713bab15e04852fd818 /.frontmatter/config/taxonomy | |
| parent | 86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c (diff) | |
style(persons page): :lipstick: Style & SEO
SEO and Style Improvements
Diffstat (limited to '.frontmatter/config/taxonomy')
| -rw-r--r-- | .frontmatter/config/taxonomy/docs.json | 8 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/legal.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/page.json | 8 |
3 files changed, 16 insertions, 3 deletions
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", |
