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