diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-08 19:50:42 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-08 19:50:42 -0400 |
| commit | 733a643900bccc44f93533487481c4a283966b9d (patch) | |
| tree | a74288a1dca09384fce67ea64a5e133c6ba40fbb /.frontmatter/config | |
| parent | 9ccf0a022571cfd6cbf42233cc7bb6dfff150090 (diff) | |
fix: Google Search
Improving Search ala google.
Noticed pages attempting to show up on homepage.
Diffstat (limited to '.frontmatter/config')
4 files changed, 28 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json index 29303b1..b16f115 100644 --- a/.frontmatter/config/taxonomy/contenttypes/communication.json +++ b/.frontmatter/config/taxonomy/contenttypes/communication.json @@ -71,6 +71,13 @@ "type": "draft" }, { + "title": "Layout", + "name": "layout", + "type": "string", + "single": true, + "default": "docs" + }, + { "title": "Alias", "name": "aliases", "type": "list" diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json index 9d792d1..5bb3864 100644 --- a/.frontmatter/config/taxonomy/contenttypes/evidence.json +++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json @@ -66,6 +66,13 @@ "default": "docs" }, { + "title": "Layout", + "name": "layout", + "type": "string", + "single": true, + "default": "docs" + }, + { "title": "Draft", "name": "draft", "type": "draft" diff --git a/.frontmatter/config/taxonomy/contenttypes/fpnav.json b/.frontmatter/config/taxonomy/contenttypes/fpnav.json index 2b8b957..f75747e 100644 --- a/.frontmatter/config/taxonomy/contenttypes/fpnav.json +++ b/.frontmatter/config/taxonomy/contenttypes/fpnav.json @@ -47,6 +47,13 @@ "default": "minimal" }, { + "title": "Layout", + "name": "layout", + "type": "string", + "single": true, + "default": "minimal" + }, + { "title": "thumbnail", "name": "thumbnail", "type": "string", diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json index 5b65ef1..3f1c36b 100644 --- a/.frontmatter/config/taxonomy/contenttypes/page.json +++ b/.frontmatter/config/taxonomy/contenttypes/page.json @@ -34,6 +34,13 @@ "type": "draft" }, { + "title": "Layout", + "name": "layout", + "type": "string", + "single": true, + "default": "default" + }, + { "title": "Alias", "name": "aliases", "type": "string" |
