diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-27 21:04:52 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-27 21:04:52 -0400 |
| commit | 9003f2ec555aa8e16072966acb5a7c8ac341bdfb (patch) | |
| tree | 3e001bed9f55b33f7a55d537dfd4b414196ce7b0 /config/_default | |
| parent | 5f240926152bc00f20e3c973aa2a02e8c0598eae (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/_default')
| -rw-r--r-- | config/_default/params.toml | 11 |
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] |
