summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-03 03:10:25 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-03 03:10:25 -0400
commit3a89da8f002e7f8caa116a1cf24df0e48aadbb9e (patch)
treeed92ec986752355a0368c2f7242f36a85e7c3c06 /config
parenta7e96cbc9c2d7cdf8103ba8514c36cd488447bb1 (diff)
style: 💄 Gradient works
Gradient in feature section now working.
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml28
1 files changed, 17 insertions, 11 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index dd29a4e..b8e4bc1 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -3,21 +3,24 @@
description = "The effort to document the evidence on the persecution of our home and family."
enableDarkMode = true
enableLanguageSelectionStorage = false
- modes = [ "dark", "light" ]
+ modes = ["light", "dark"]
canonifyAssetsURLs = false
endorse = false
footerBelowFold = false
- loading = "lazy"
+ loading = "eager"
breakpoint = "md"
[main.externalLinks]
- cue = true
+ cue = false
tab = true
[main.build]
- transpiler = "libsass"
+ transpiler = "dartsass"
+
+[messages]
+ placement = "bottom-right"
[debugging]
showJS = false
- showSCSS = false
+ showSCSS = true
purgeHTMLComments = false
[docs]
@@ -26,20 +29,22 @@
checkVersion = false
[home]
- sections = [ "evidence", "posts" ]
+ sections = ["evidence", "posts"]
fullCover = true
centerHeadline = false
style = "gradient-featured"
[home.feature]
orientation = "stacked"
- color = "primary"
- width = 4
+ # Setting below will overwrite gradient feature.
+ # color = ""
+ width = 6
align = "start"
[navigation]
anchor = true
logo = "logo.svg"
color = "body"
+ # style = "dark"
fixed = true
offset = "5.5rem"
search = true
@@ -60,9 +65,6 @@
[videos.youtube]
host = "youtube"
-[messages]
- placement = "bottom-right"
-
[sharing]
enabled = true
sort = "weight"
@@ -105,10 +107,12 @@
[sections]
[sections.evidence]
title = "Evidence"
+ reference = "More Artifacts"
sort = "date"
reverse = true
nested = true
cols = 3
+ background = ""
color = ""
padding = "0"
header = "full"
@@ -119,10 +123,12 @@
separator = true
[sections.posts]
title = "Posts"
+ reference = "More Posts"
sort = "date"
reverse = true
nested = true
cols = 3
+ background = ""
color = ""
padding = "0"
header = "full"