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]
source-highlighter = "rouge"
toc = true
toc = false
[tableOfContents]
startLevel = 1
endLevel = 6
ordered = false
# [tableOfContents]
# startLevel = 1
# endLevel = 6
# ordered = false

View file

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

View file

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