summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-11 16:05:33 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-11 16:05:33 -0400
commit05a5f1f5b981e06ff736893beb0603be804db8be (patch)
treea459fa66abfb8e1783f5289fb132ce3b54a9598e /config/_default
parent4e95b58a7fea9aa3ff611289cb28cb73118182e1 (diff)
perf: :zap: Added weights to names. added IndexNow file.
added weights to persons. Added file for indexnow.
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/menus/menus.en.toml19
-rw-r--r--config/_default/params.toml12
2 files changed, 13 insertions, 18 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 68e421a..96e8a09 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -24,6 +24,12 @@
weight = 10
[[main]]
+ name = "Relationship Diagram"
+ pageRef = "/evidence/map/"
+ parent = "Evidence"
+ weight = 15
+
+[[main]]
name = "Video"
pageRef = "/video/"
parent = "Evidence"
@@ -42,20 +48,9 @@
weight = 40
[[main]]
- name = "Persons"
- weight = 30
-
-[[main]]
name = "People"
pageRef = "/persons/"
- parent = "Persons"
- weight = 10
-
-[[main]]
- name = "Relational Diagram"
- pageRef = "/persons/map/"
- parent = "Persons"
- weight = 20
+ weight = 30
# Main Cont'd
[[main]]
diff --git a/config/_default/params.toml b/config/_default/params.toml
index d1405dc..f6659f9 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -29,7 +29,7 @@
checkVersion = false
[home]
- sections = ["evidence", "posts"]
+ sections = ["evidence", "persons", "posts"]
fullCover = true
centerHeadline = false
style = "gradient-featured"
@@ -106,7 +106,7 @@
# This determines the layout format for each secton of the site.
[sections]
[sections.evidence]
- title = "Evidence"
+ title = "What we know..."
reference = "More Evidence"
layout = "card"
sort = "date"
@@ -123,7 +123,7 @@
homepage = 3
separator = true
[sections.posts]
- title = "Posts"
+ title = "Explanations on significance..."
reference = "More Posts"
layout = "card"
sort = "date"
@@ -140,10 +140,10 @@
homepage = 3
separator = true
[sections.persons]
- title = "Persons"
- reference = "More People"
+ title = "Involving the usual suspects..."
+ reference = "More People involved"
layout = "card"
- sort = "title"
+ sort = "weight"
reverse = false
nested = true
cols = 3