enable smartTOC

This commit is contained in:
Drew Bowering 2025-06-09 15:35:08 -06:00
parent 24d66c2fea
commit bbb21b34dd
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

View File

@ -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 # defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
highlightCurrentMenuArea = true highlightCurrentMenuArea = true
# smartTOC = true smartTOC = true
# smartTOCHideUnfocusedChildren = true smartTOCHideUnfocusedChildren = false
giteaDefaultServer = "https://git.brds.ca" giteaDefaultServer = "https://git.brds.ca"
forgejoDefaultServer = "https://v8.next.forgejo.org" forgejoDefaultServer = "https://v8.next.forgejo.org"
@ -74,7 +74,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showPagination = true showPagination = true
invertPagination = false invertPagination = false
showReadingTime = true showReadingTime = true
showTableOfContents = false showTableOfContents = true
# showRelatedContent = false # showRelatedContent = false
# relatedContentLimit = 3 # relatedContentLimit = 3
showTaxonomies = false showTaxonomies = false