From 0e80dbfb84f04043dabf748c66959559c7e88ab1 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 22 Aug 2024 22:53:55 +0300 Subject: [PATCH] Enable TOC --- config/_default/markup.toml | 10 +++++----- config/_default/params.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/_default/markup.toml b/config/_default/markup.toml index 4a4a0ab..633bad0 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -5,9 +5,9 @@ backend = "html5" [asciidocExt.attributes] source-highlighter = "rouge" -# toc = true +toc = true -# [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 0fa106d..d99ad16 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 = false +enable = true [features.flags] enable = true