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 ###