summaryrefslogtreecommitdiffstats
path: root/config/_default/params.toml
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-03-08 01:34:48 +0000
committerGitHub <noreply@github.com>2025-03-08 01:34:48 +0000
commit8f23027ad1182c8ba9c813a308ace4404a9dfe07 (patch)
tree2f2622bc5a18b77e4be5b7078c9a31a8af3d2d76 /config/_default/params.toml
parent14db927174d6bc3d8c0745be5971f80c2a154fd1 (diff)
parent6ddbeaac0d9cf708980b3288c445586b5f49b65b (diff)
Merge pull request #83 from anoduck/develop
Develop
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml44
1 files changed, 39 insertions, 5 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 1ef9adc..08e7156 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,6 +1,6 @@
[main]
separator = "-"
- description = "The evidence surrounding the loss of our home."
+ description = "How a group of individuals persecuted our family and violated the law in order to run out of the county, and the county out of millions."
enableDarkMode = true
enableLanguageSelectionStorage = false
modes = ["light", "dark"]
@@ -30,7 +30,7 @@
checkVersion = false
[home]
- sections = [ "reasons", "fpnav", "evidence", "legal", "communication", "posts" ]
+ sections = [ "reasons", "fpnav", "docs", "evidence", "legal", "communication", "posts", "news" ]
fullCover = true
centerHeadline = true
style = "gradient-featured"
@@ -106,8 +106,25 @@
# toml-docs-start sections
# This determines the layout format for each secton of the site.
[sections]
+ [sections.docs]
+ title = "Docs"
+ reference = "Documentation"
+ layout = "card"
+ sort = "date"
+ reverse = true
+ nested = true
+ cols = 3
+ background = ""
+ color = ""
+ padding = "0"
+ header = "full"
+ footer = "none"
+ orientation = "stacked"
+ style = "border-0 card-zoom"
+ homepage = 3
+ separator = true
[sections.evidence]
- title = "Evidence and Records"
+ title = "Evidence"
reference = "More Evidence"
layout = "card"
sort = "date"
@@ -124,7 +141,7 @@
homepage = 3
separator = true
[sections.posts]
- title = "News and Commentary"
+ title = "Posts"
reference = "More Posts"
layout = "card"
sort = "date"
@@ -179,7 +196,7 @@
# homepage = 3
# separator = true
[sections.legal]
- title = "Legal Sources and Topics"
+ title = "Legal"
reference = "More On Legal"
layout = "card"
sort = "title"
@@ -212,6 +229,23 @@
style = "border-0 card-zoom"
homepage = 3
separator = true
+ [sections.news]
+ title = "News"
+ reference = "Recent News"
+ layout = "card"
+ sort = "date"
+ reverse = true
+ nested = true
+ cols = 3
+ background = ""
+ color = ""
+ padding = "0"
+ header = "full"
+ footer = "none"
+ orientation = "stacked"
+ style = "border-0 card-zoom"
+ homepage = 3
+ separator = true
[sections.reasons]
title = "Reasons why it matters to you:"
layout = "list"