From 9003f2ec555aa8e16072966acb5a7c8ac341bdfb Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sun, 27 Oct 2024 21:04:52 -0400 Subject: style(content): :art: NavBar configuration and markdown linting Further configuration of Nabar, added more ignore statements for markdown linting, added horizontal scroll for navbar. --- config/_default/params.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config/_default') 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] -- cgit v1.2.3