diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/menus/menus.en.toml | 99 | ||||
| -rw-r--r-- | config/_default/params.toml | 29 |
2 files changed, 69 insertions, 59 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 258e4db..9dfc23a 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -59,14 +59,19 @@ weight = 40 [[main]] + name = "Communications" + pageRef = "/communication" + weight = 50 + +[[main]] name = "Posts" pageRef = "/posts/" - weight = 50 + weight = 60 # About Submenu [[main]] name = "About" - weight = 60 + weight = 70 [[main]] name = "About Us" @@ -108,119 +113,107 @@ [[main]] name = "Tags" pageRef = "/tags/" - weight = 70 + weight = 80 # ---------------------------------- # Footer Links # ---------------------------------- -# Evidence Submenu +# Section Submenu [[footer]] - name = "Evidence" + name = "Sections" weight = 10 [[footer]] - name = "Evidence Index" + name = "Evidence" pageRef = "/evidence/" - parent = "Evidence" + parent = "Sections" weight = 10 [[footer]] - name = "Voice Log Index" - pageRef = "/evidence/otter-timeline/" - parent = "Evidence" + name = "Legal" + pageRef = "/legal/" + parent = "Sections" weight = 20 [[footer]] - name = "Email Index" - pageRef = "/evidence/emails_index/" - parent = "Evidence" + name = "Communications" + pageRef = "/communication/" + parent = "Sections" weight = 30 [[footer]] - name = "Financials Overview" - pageRef = "/evidence/financials/" - parent = "Evidence" + name = "Posts" + pageRef = "/posts/" + parent = "Sections" weight = 40 [[footer]] - name = "Doug's Private Road" - pageRef = "/evidence/private_road/" - parent = "Evidence" + name = "Video" + pageRef = "/Video/" + parent = "Sections" weight = 50 +# Site Info SubMenu [[footer]] - name = "Stalking Incident" - pageRef = "/evidence/stalking/" - parent = "Evidence" - weight = 60 - -# Link Submenu -[[footer]] - name = "Links" + name = "Site Info" weight = 20 [[footer]] - name = "Video" - pageRef = "/Video/" - parent = "Links" + name = "About Us" + pageRef = "/about/" + parent = "Site Info" weight = 10 [[footer]] - name = "Legal" - pageRef = "/legal/" - parent = "Links" + name = "Privacy" + pageRef = "/privacy/" + parent = "Site Info" weight = 20 [[footer]] - name = "Posts" - pageRef = "/posts/" - parent = "Links" + name = "Terms of Use" + pageRef = "/terms/" + parent = "Site Info" weight = 30 [[footer]] - name = "About Us" - pageRef = "/about/" - parent = "Links" + name = "Tips" + pageRef = "/tips/" + parent = "Site Info" weight = 40 [[footer]] - name = "Privacy" - pageRef = "/privacy/" - parent = "Links" + name = "Contact" + url = "https://contact.corruptlamar.com" + parent = "Site Info" weight = 50 -[[footer]] - name = "Terms of Use" - pageRef = "/terms/" - parent = "Links" - weight = 60 - # Sites Submenu [[footer]] - name = "Sites" + name = "Our Network" weight = 30 [[footer]] name = "Solar Dump" url = "https://www.solardump.org" - parent = "Sites" + parent = "Our Network" weight = 10 [[footer]] name = "They took our home" url = "https://theytookourhome.com" - parent = "Sites" + parent = "Our Network" weight = 20 [[footer]] name = "Contact Us" url = "https://contact.corruptlamar.com" - parent = "Sites" + parent = "Our Network" weight = 30 [[footer]] name = "Twitter: @solar_dump" url = "https://twitter.com/solar_dump" - parent = "Sites" + parent = "Our Network" weight = 40
\ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index 18a0310..88649ca 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -29,7 +29,7 @@ checkVersion = false [home] - sections = [ "reasons", "fpnav", "evidence", "legal", "posts" ] + sections = [ "reasons", "fpnav", "evidence", "legal", "communication", "posts" ] fullCover = true centerHeadline = true style = "gradient-featured" @@ -130,8 +130,8 @@ reverse = true nested = true cols = 3 - background = "" - color = "" + background = "body-tertiary" + color = "body-tertiary" padding = "0" header = "full" footer = "none" @@ -194,6 +194,23 @@ style = "border-0 card-zoom" homepage = 3 separator = true + [sections.communication] + title = "Communications" + reference = "We Write Letters" + 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" @@ -220,9 +237,9 @@ themeOpacity = "57" darkModeShade = "20%" darkModeTint = "40%" - themeFont = "Inter" - themeFontPath = "/fonts" # local path - themeFontPreload = "/fonts/texturina.ttf" + themeFont = "Texturina" + themeFontPath = "/fonts" # relative path + themeFontPreload = "/fonts/crimson-pro-v24-latin-regular.woff2" fontSizeBase = "1rem" purge = false |
