diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-17 09:13:52 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-17 09:14:01 -0400 |
| commit | 0853c0fde0b4da83987bc2d2dc49f370f734867a (patch) | |
| tree | 42fb66ad0bf5348ca59799c4c252a966935afe44 /config | |
| parent | 6ce2382eef275dfe47b86dad4640aee6db8162c8 (diff) | |
ch-ch-changes
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/params.toml | 28 | ||||
| -rw-r--r-- | config/postcss.config.js | 1 |
2 files changed, 18 insertions, 11 deletions
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', |
