summaryrefslogtreecommitdiffstats
path: root/config/_default/params.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml17
1 files changed, 14 insertions, 3 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 9aa80ea..85cc438 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -26,14 +26,19 @@
checkVersion = false
[home]
- sections = [ "evidence", "legal", "posts", "persons" ]
- fullCover = false
+ sections = [ "evidence", "posts" ]
+ fullCover = true
centerHeadline = false
style = ""
+ [home.feature]
+ orientation = "horizontal"
+ color = "primary"
+ width = 4
+ align = "start"
[navigation]
anchor = true
- logo = "img/logo-sm.svg"
+ logo = "logo.svg"
color = "body"
fixed = true
offset = "5.5rem"
@@ -44,6 +49,12 @@
sidebar = true
size = "md"
+[images]
+ [images.cloudinary]
+ host = "cloudinary"
+ account = "anoduck"
+ container = "Home"
+
[messages]
placement = "bottom-right"