diff options
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 76 |
1 files changed, 42 insertions, 34 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index 3a37c08..a8ba390 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,6 @@ [main] separator = "-" - description = "The effort to document the events and evidence that lead up to the attack on our home and family." + description = "The effort to document the evidence on the persecution of our home and family." enableDarkMode = true enableLanguageSelectionStorage = false modes = [ "dark", "light" ] @@ -27,11 +27,11 @@ [home] sections = [ "evidence", "posts" ] - fullCover = true - centerHeadline = true + fullCover = false + centerHeadline = false style = "" [home.feature] - orientation = "stacked" + orientation = "horizontal" color = "primary" width = 4 align = "start" @@ -53,6 +53,13 @@ [images.cloudinary] host = "cloudinary" +[videos] + [videos.cloudinary] + host = "cloudinary" + account = "solardump" + [videos.youtube] + host = "youtube" + [messages] placement = "bottom-right" @@ -95,35 +102,35 @@ # toml-docs-start sections # This determines the layout format for each secton of the site. -# [sections] -# [sections.evidence] -# title = "Evidence" -# sort = "date" -# reverse = true -# nested = true -# cols = 3 -# color = "" -# padding = "0" -# header = "full" -# footer = "none" -# orientation = "stacked" -# style = "border-0 card-zoom" -# homepage = 3 -# separator = true -# [sections.posts] -# title = "Posts" -# sort = "date" -# reverse = true -# nested = true -# cols = 3 -# color = "" -# padding = "0" -# header = "full" -# footer = "none" -# orientation = "stacked" -# style = "border-0 card-zoom" -# homepage = 3 -# separator = true +[sections] + [sections.evidence] + title = "Evidence" + sort = "date" + reverse = true + nested = true + cols = 3 + color = "" + padding = "0" + header = "full" + footer = "none" + orientation = "stacked" + style = "border-0 card-zoom" + homepage = 3 + separator = true + [sections.posts] + title = "Posts" + sort = "date" + reverse = true + nested = true + cols = 3 + color = "" + padding = "0" + header = "full" + footer = "none" + orientation = "stacked" + style = "border-0 card-zoom" + homepage = 3 + separator = true # [sections.persons] # title = "Persons" # sort = "date" @@ -159,6 +166,7 @@ sizes = [16, 32, 48] [style] + # darker blue = #110055 primary = "#B84E5C" secondary = "#180D58" success = "#4FD323" @@ -167,7 +175,7 @@ danger = "#E51107" light = "#BCF8EC" dark = "#1B1A1F" - themeOpacity = "10" + themeOpacity = "50" darkModeShade = "20%" darkModeTint = "40%" themeFont = "Inter" |
