summaryrefslogtreecommitdiffstats
path: root/config/_default/params.toml
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-25 23:13:13 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-25 23:13:49 -0400
commit656d32529018d8965ad68633d42e85913baad47d (patch)
tree1b1418c58b2675d2ab652fe2651964b6a0eca5f9 /config/_default/params.toml
parentcd516885b7e729429c4938d7d8915181e6d3f18d (diff)
photos, layout, cleanup
added photo thumbnails to posts, cleanup links, restructured layout, added pdf module.
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index a8ba390..96c2fea 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -27,11 +27,11 @@
[home]
sections = [ "evidence", "posts" ]
- fullCover = false
+ fullCover = true
centerHeadline = false
- style = ""
+ style = "gradient-featured"
[home.feature]
- orientation = "horizontal"
+ orientation = "stacked"
color = "primary"
width = 4
align = "start"
@@ -175,7 +175,7 @@
danger = "#E51107"
light = "#BCF8EC"
dark = "#1B1A1F"
- themeOpacity = "50"
+ themeOpacity = "57"
darkModeShade = "20%"
darkModeTint = "40%"
themeFont = "Inter"
@@ -211,3 +211,6 @@
[modules.fontawesome]
skipMissing = true
+
+[footer]
+ license = "All rights reserved. Corrupt Lamar 2024" \ No newline at end of file