diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-27 09:26:16 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-27 09:26:16 -0400 |
| commit | 33ec991951e5b4f236f4c524cbf97ecaea4a8435 (patch) | |
| tree | 3553d9577025702e15cc8932b099860d4c84a12e /config/_default | |
| parent | 56995dceed4765cc6057480905d35f701bb74ea7 (diff) | |
fix(content): :construction: fpnav created, headless content refactored
Building, but styling errors persist. Created JPNav headless section specifically for nav component.
#17 fixed on this push.
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 8 | ||||
| -rw-r--r-- | config/_default/params.toml | 21 |
2 files changed, 23 insertions, 6 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 3179462..96e8a09 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -47,10 +47,10 @@ parent = "Evidence" weight = 40 -# [[main]] -# name = "People" -# pageRef = "persons/listing/" -# weight = 30 +[[main]] + name = "People" + pageRef = "/persons/" + weight = 30 # Main Cont'd [[main]] diff --git a/config/_default/params.toml b/config/_default/params.toml index caa00ac..4cb7574 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -29,9 +29,9 @@ checkVersion = false [home] - sections = [ "reasons", "persons", "evidence", "legal", "posts" ] + sections = [ "reasons", "fpnav", "evidence", "legal", "posts" ] fullCover = true - centerHeadline = false + centerHeadline = true style = "gradient-featured" [home.feature] orientation = "stacked" @@ -140,6 +140,23 @@ homepage = 3 separator = true [sections.persons] + title = "More on those involved" + reference = "More Persons" + layout = "card" + sort = "date" + reverse = true + nested = true + cols = 3 + background = "" + color = "" + padding = "0" + header = "none" + footer = "none" + orientation = "stacked" + style = "border-0 card-zoom" + homepage = 3 + separator = true + [sections.fpnav] title = "Involving the usual suspects..." reference = "More People involved" layout = "nav" |
