From 136e399dd65b60e9f76c33ebdb8234734bea647c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 5 Feb 2024 22:52:34 +0200 Subject: [PATCH] Disable toc for now because it's broken --- config/_default/markup.toml | 10 +++++----- config/_default/params.toml | 2 +- content/posts/creating_this_site/index.adoc | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/_default/markup.toml b/config/_default/markup.toml index a8d50cf..972c176 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -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 diff --git a/config/_default/params.toml b/config/_default/params.toml index bdc14b9..bd913cd 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -14,7 +14,7 @@ inverted = "/images/marko.jpeg" favicon = "/favicon.png" [features.toc] -enable = true +enable = false [features.flags] enable = true diff --git a/content/posts/creating_this_site/index.adoc b/content/posts/creating_this_site/index.adoc index c30ef39..e404cfd 100644 --- a/content/posts/creating_this_site/index.adoc +++ b/content/posts/creating_this_site/index.adoc @@ -8,7 +8,6 @@ menu: name: Creating this site identifier: creating_this_site --- -:toc: = Creating this site Marko Korhonen v1.0, 2022-09-14