From 0853c0fde0b4da83987bc2d2dc49f370f734867a Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 17 Oct 2024 09:13:52 -0400 Subject: ch-ch-changes --- config/_default/params.toml | 28 +++++++++++++++++----------- config/postcss.config.js | 1 + 2 files changed, 18 insertions(+), 11 deletions(-) (limited to 'config') diff --git a/config/_default/params.toml b/config/_default/params.toml index f6659f9..237af93 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -13,7 +13,7 @@ cue = false tab = true [main.build] - transpiler = "libsass" + transpiler = "dartsass" [messages] placement = "bottom-right" @@ -142,19 +142,24 @@ [sections.persons] title = "Involving the usual suspects..." reference = "More People involved" - layout = "card" + layout = "nav" sort = "weight" reverse = false - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" + # nested = true + # cols = 3 + background = "body-tertiary" + color = "primary" + # padding = "0" + # header = "full" + # footer = "none" + # orientation = "stacked" style = "justify-content-center" - homepage = 3 - separator = true + pane = "persona" + type = "pills" + width = 50 + vertical = false + # homepage = 3 + # separator = true [sections.legal] title = "Legal" reference = "More On Legal" @@ -192,6 +197,7 @@ darkModeTint = "40%" themeFont = "Inter" themeFontPath = "/fonts" # local path + themeFontPreload = "/fonts/texturina.ttf" fontSizeBase = "1rem" purge = false diff --git a/config/postcss.config.js b/config/postcss.config.js index 036241e..06351b8 100644 --- a/config/postcss.config.js +++ b/config/postcss.config.js @@ -14,6 +14,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({ ...whitelister([ './assets/scss/theme/fonts.scss', './assets/scss/theme/theme.scss', + './assets/scss/theme/mode.sass', './_vendor/github.com/gethinode/hinode/assets/scss/components/_clipboard.scss', './_vendor/github.com/gethinode/hinode/assets/scss/components/_command.scss', './_vendor/github.com/gethinode/hinode/assets/scss/components/_nav.scss', -- cgit v1.2.3