From c2f904ec773acecabb34c68b0e6756f3f8cc305b Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:01:38 -0500 Subject: feat(content): :sparkles: Communication section creation Communication section created, frontmatter type cleaning, configurations, etc... #28 #27 --- config/_default/params.toml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'config/_default/params.toml') 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 -- cgit v1.2.3