diff options
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 44 |
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" |
