summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml28
-rw-r--r--config/postcss.config.js1
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',