From d4d8a9e36b0efa1a92fdc41610602d67c1c08c95 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Wed, 23 Oct 2024 03:48:34 -0400 Subject: feat(content): :sparkles: Front page changes, additional content Created reasons section, added more content, and improved style. --- config/_default/params.toml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'config/_default/params.toml') diff --git a/config/_default/params.toml b/config/_default/params.toml index 237af93..caa00ac 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -29,7 +29,7 @@ checkVersion = false [home] - sections = ["evidence", "persons", "posts"] + sections = [ "reasons", "persons", "evidence", "legal", "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 = "What we know..." + title = "Evidenciary Artifacts" reference = "More Evidence" layout = "card" sort = "date" @@ -123,7 +123,7 @@ homepage = 3 separator = true [sections.posts] - title = "Explanations on significance..." + title = "News and Commentary" reference = "More Posts" layout = "card" sort = "date" @@ -145,12 +145,11 @@ layout = "nav" sort = "weight" reverse = false - # nested = true + nested = false # cols = 3 background = "body-tertiary" color = "primary" # padding = "0" - # header = "full" # footer = "none" # orientation = "stacked" style = "justify-content-center" @@ -161,14 +160,15 @@ # homepage = 3 # separator = true [sections.legal] - title = "Legal" + title = "Legal Sources and Topics" reference = "More On Legal" layout = "card" sort = "title" reverse = false nested = true cols = 3 - color = "" + background = "body-tertiary" + color = "body-tertiary" padding = "0" header = "full" footer = "none" @@ -176,6 +176,13 @@ style = "border-0 card-zoom" homepage = 3 separator = true + [sections.reasons] + title = "Reasons why it matters to you:" + layout = "list" + sort = "weight" + reverse = false + style = "justify-content-center" + separator = true # toml-docs-end sections [favicon] -- cgit v1.2.3