From 0120f08a06cdfa25e35de202ef68a6bad501e356 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 13 Nov 2025 20:22:42 -0700 Subject: [PATCH] Try getting TOC to go deeper but stops pages from generating properly. --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index 4a772c6..a1b4f9e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,6 +11,10 @@ paginate = 10 # Allow direct HTML. markup.goldmark.renderer.unsafe = true +#[markup.tableOfContents] +# startLevel = 2 +# endLevel = 5 + ### End My Params ###