diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-23 03:48:34 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-23 03:48:50 -0400 |
| commit | d4d8a9e36b0efa1a92fdc41610602d67c1c08c95 (patch) | |
| tree | eef09d4a5f5f5c0ee340ab305e28b96a95cdaadb /config/_default | |
| parent | 9e475c4f7d3ceeb5d8a0b2506d2e69de8810a8ed (diff) | |
feat(content): :sparkles: Front page changes, additional content
Created reasons section, added more content, and improved style.
Diffstat (limited to 'config/_default')
| -rw-r--r-- | config/_default/params.toml | 21 |
1 files changed, 14 insertions, 7 deletions
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] |
