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