From 27dc1d536f212bcc1765efb5bdc72b20d2ad1286 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Tue, 21 Apr 2020 10:45:14 +0800
Subject: Update resources

---
 exampleSite/config.toml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'exampleSite/config.toml')

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"
 
-- 
cgit v1.2.3