diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-08 01:39:31 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-08 01:39:31 -0400 |
| commit | 9ccf0a022571cfd6cbf42233cc7bb6dfff150090 (patch) | |
| tree | 2b47781f267d212ae3b48d0b6c804f1968086816 /.frontmatter/config/taxonomy | |
| parent | 185fccd88df071800f225b8196a59b048c2ea2cf (diff) | |
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.
Diffstat (limited to '.frontmatter/config/taxonomy')
11 files changed, 63 insertions, 34 deletions
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 @@ -11,6 +11,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Description", "name": "description", "type": "string" 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 @@ -11,6 +11,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Description", "name": "description", "type": "string" 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 @@ -11,6 +11,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Description", "name": "description", "type": "string" 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 @@ -19,12 +19,6 @@ "default": "minimal" }, { - "title": "Description", - "name": "description", - "type": "string", - "single": false - }, - { "title": "Alias", "name": "aliases", "type": "list" 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 @@ -11,6 +11,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "description", "name": "description", "type": "string" 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 @@ -10,6 +10,12 @@ "type": "string" }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "description", "name": "description", "type": "string" 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 @@ -11,6 +11,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Date", "name": "date", "type": "datetime", 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 @@ -11,6 +11,12 @@ "type": "string" }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Date", "name": "date", "type": "datetime" @@ -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 @@ -10,6 +10,12 @@ "type": "string" }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "description", "name": "description", "type": "string" 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 @@ -19,6 +19,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Date", "name": "date", "type": "datetime", 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 @@ -11,6 +11,12 @@ "single": true }, { + "title": "Url", + "name": "url", + "type": "string", + "single": true + }, + { "title": "Description", "name": "description", "type": "string" |
