Disable toc for now because it's broken

This commit is contained in:
Marko Korhonen 2024-02-05 22:52:34 +02:00
parent 6e6de56be4
commit 136e399dd6
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 6 additions and 7 deletions

View file

@ -5,9 +5,9 @@ backend = "html5s"
[asciidocExt.attributes] [asciidocExt.attributes]
source-highlighter = "rouge" source-highlighter = "rouge"
toc = true toc = false
[tableOfContents] # [tableOfContents]
startLevel = 1 # startLevel = 1
endLevel = 6 # endLevel = 6
ordered = false # ordered = false

View file

@ -14,7 +14,7 @@ inverted = "/images/marko.jpeg"
favicon = "/favicon.png" favicon = "/favicon.png"
[features.toc] [features.toc]
enable = true enable = false
[features.flags] [features.flags]
enable = true enable = true

View file

@ -8,7 +8,6 @@ menu:
name: Creating this site name: Creating this site
identifier: creating_this_site identifier: creating_this_site
--- ---
:toc:
= Creating this site = Creating this site
Marko Korhonen <marko@korhonen.cc> Marko Korhonen <marko@korhonen.cc>
v1.0, 2022-09-14 v1.0, 2022-09-14