summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 21:04:52 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 21:04:52 -0400
commit9003f2ec555aa8e16072966acb5a7c8ac341bdfb (patch)
tree3e001bed9f55b33f7a55d537dfd4b414196ce7b0 /config
parent5f240926152bc00f20e3c973aa2a02e8c0598eae (diff)
style(content): :art: NavBar configuration and markdown linting
Further configuration of Nabar, added more ignore statements for markdown linting, added horizontal scroll for navbar.
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 4cb7574..18a0310 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -158,22 +158,23 @@
separator = true
[sections.fpnav]
title = "Involving the usual suspects..."
- reference = "More People involved"
+ reference = "More People"
layout = "nav"
sort = "weight"
reverse = false
nested = false
# cols = 3
background = "body-tertiary"
- color = "primary"
+ color = ""
# padding = "0"
# footer = "none"
# orientation = "stacked"
- style = "justify-content-center"
+ style = "justify-content-center horizontal-scrollable"
pane = "persona"
- type = "pills"
- width = 50
+ type = "tabs"
+ width = 100
vertical = false
+ class = "nav-fill"
# homepage = 3
# separator = true
[sections.legal]