From 3a89da8f002e7f8caa116a1cf24df0e48aadbb9e Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 3 Oct 2024 03:10:25 -0400 Subject: =?UTF-8?q?style:=20=F0=9F=92=84=20Gradient=20works?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gradient in feature section now working. --- config/_default/params.toml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'config/_default/params.toml') 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" -- cgit v1.2.3