From 9ccf0a022571cfd6cbf42233cc7bb6dfff150090 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Thu, 8 May 2025 01:39:31 -0400 Subject: fix(Google-Search): aliases and slugs Modified aliases and slugs for google search BREAKING CHANGE: Diverged from Master due to Hugo templating language revision. Master is now unstable, will create stable branch to replace master. --- .../taxonomy/contenttypes/communication.json | 6 ++++ .../config/taxonomy/contenttypes/docs.json | 6 ++++ .../config/taxonomy/contenttypes/evidence.json | 6 ++++ .../config/taxonomy/contenttypes/index.json | 6 ---- .../config/taxonomy/contenttypes/legal.json | 6 ++++ .../config/taxonomy/contenttypes/news.json | 6 ++++ .../config/taxonomy/contenttypes/page.json | 6 ++++ .../config/taxonomy/contenttypes/person.json | 37 ++++++---------------- .../config/taxonomy/contenttypes/post.json | 6 ++++ .../config/taxonomy/contenttypes/reason.json | 6 ++++ .../config/taxonomy/contenttypes/video.json | 6 ++++ 11 files changed, 63 insertions(+), 34 deletions(-) (limited to '.frontmatter/config') diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json index 4fd92c7..29303b1 100644 --- a/.frontmatter/config/taxonomy/contenttypes/communication.json +++ b/.frontmatter/config/taxonomy/contenttypes/communication.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json index 1e1a6f3..2fc1a82 100644 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ b/.frontmatter/config/taxonomy/contenttypes/docs.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json index 56ba9fb..9d792d1 100644 --- a/.frontmatter/config/taxonomy/contenttypes/evidence.json +++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/index.json b/.frontmatter/config/taxonomy/contenttypes/index.json index 7ec54cc..659d047 100644 --- a/.frontmatter/config/taxonomy/contenttypes/index.json +++ b/.frontmatter/config/taxonomy/contenttypes/index.json @@ -18,12 +18,6 @@ "single": true, "default": "minimal" }, - { - "title": "Description", - "name": "description", - "type": "string", - "single": false - }, { "title": "Alias", "name": "aliases", diff --git a/.frontmatter/config/taxonomy/contenttypes/legal.json b/.frontmatter/config/taxonomy/contenttypes/legal.json index bd571ea..760ba0b 100644 --- a/.frontmatter/config/taxonomy/contenttypes/legal.json +++ b/.frontmatter/config/taxonomy/contenttypes/legal.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/news.json b/.frontmatter/config/taxonomy/contenttypes/news.json index afe5e79..2d844d0 100644 --- a/.frontmatter/config/taxonomy/contenttypes/news.json +++ b/.frontmatter/config/taxonomy/contenttypes/news.json @@ -9,6 +9,12 @@ "name": "title", "type": "string" }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json index 5c9e2c2..5b65ef1 100644 --- a/.frontmatter/config/taxonomy/contenttypes/page.json +++ b/.frontmatter/config/taxonomy/contenttypes/page.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Date", "name": "date", diff --git a/.frontmatter/config/taxonomy/contenttypes/person.json b/.frontmatter/config/taxonomy/contenttypes/person.json index b29c64f..0cad736 100644 --- a/.frontmatter/config/taxonomy/contenttypes/person.json +++ b/.frontmatter/config/taxonomy/contenttypes/person.json @@ -10,6 +10,12 @@ "name": "title", "type": "string" }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Date", "name": "date", @@ -61,34 +67,9 @@ { "title": "thumbnail", "name": "thumbnail", - "type": "fields", - "fields": [ - { - "title": "url", - "name": "url", - "type": "string" - }, - { - "title": "author", - "name": "author", - "type": "string" - }, - { - "title": "authorURL", - "name": "authorURL", - "type": "string" - }, - { - "title": "origin", - "name": "origin", - "type": "string" - }, - { - "title": "originURL", - "name": "originURL", - "type": "string" - } - ] + "type": "string", + "single": true, + "default": "https://res.cloudinary.com/solardump/image/upload/v1729403122/persons/fireman-sihlo.png" }, { "title": "modules", diff --git a/.frontmatter/config/taxonomy/contenttypes/post.json b/.frontmatter/config/taxonomy/contenttypes/post.json index 6fee759..d26cb9a 100644 --- a/.frontmatter/config/taxonomy/contenttypes/post.json +++ b/.frontmatter/config/taxonomy/contenttypes/post.json @@ -9,6 +9,12 @@ "name": "title", "type": "string" }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "description", "name": "description", diff --git a/.frontmatter/config/taxonomy/contenttypes/reason.json b/.frontmatter/config/taxonomy/contenttypes/reason.json index d97ba1b..064a9e8 100644 --- a/.frontmatter/config/taxonomy/contenttypes/reason.json +++ b/.frontmatter/config/taxonomy/contenttypes/reason.json @@ -18,6 +18,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Date", "name": "date", diff --git a/.frontmatter/config/taxonomy/contenttypes/video.json b/.frontmatter/config/taxonomy/contenttypes/video.json index f015974..37ce684 100644 --- a/.frontmatter/config/taxonomy/contenttypes/video.json +++ b/.frontmatter/config/taxonomy/contenttypes/video.json @@ -10,6 +10,12 @@ "type": "string", "single": true }, + { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, { "title": "Description", "name": "description", -- cgit v1.2.3