From bbb21b34dd90f6a2d4384f4ad2bef4ca14c2ee21 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Mon, 9 Jun 2025 15:35:08 -0600 Subject: [PATCH] enable smartTOC --- config/_default/params.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 3b1c10f..fd8bc18 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -25,8 +25,8 @@ defaultBackgroundImage = "img/BG_Jasper.jpg" # used as default for background im # defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles highlightCurrentMenuArea = true -# smartTOC = true -# smartTOCHideUnfocusedChildren = true +smartTOC = true +smartTOCHideUnfocusedChildren = false giteaDefaultServer = "https://git.brds.ca" forgejoDefaultServer = "https://v8.next.forgejo.org" @@ -74,7 +74,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" showPagination = true invertPagination = false showReadingTime = true - showTableOfContents = false + showTableOfContents = true # showRelatedContent = false # relatedContentLimit = 3 showTaxonomies = false