summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 51e802e..4003290 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -75,6 +75,10 @@ paginate = 10
[markup.highlight]
style = "monokailight"
+ [markup.tableOfContents]
+ startLevel = 2 # Start level of TOC, 2 means h2 or ##
+ endLevel = 2 # End level of TOC, 3 means h3 or ###
+
[taxonomies]
tag = "tags"