summaryrefslogtreecommitdiffstats
path: root/config/_default/params.toml
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-11-05 06:01:38 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-11-05 06:01:38 -0500
commitc2f904ec773acecabb34c68b0e6756f3f8cc305b (patch)
tree9dcec440a1e0d54ad186c8269a63afd70d847589 /config/_default/params.toml
parent8609f5ddfa3c322912ee705ed6082f93266982b2 (diff)
feat(content): :sparkles: Communication section creation
Communication section created, frontmatter type cleaning, configurations, etc... #28 #27
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml29
1 files changed, 23 insertions, 6 deletions
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