summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authoramzrk22020-04-21 10:45:14 +0800
committeramzrk22020-04-21 10:45:14 +0800
commit27dc1d536f212bcc1765efb5bdc72b20d2ad1286 (patch)
tree3117dfa4188d9cbf0e805855c226ae0ecd8f9f91 /exampleSite/config.toml
parent94193538e3f10063bb31590108ea497d1a28084b (diff)
downloadhugo-theme-fuji-27dc1d536f212bcc1765efb5bdc72b20d2ad1286.tar.gz
hugo-theme-fuji-27dc1d536f212bcc1765efb5bdc72b20d2ad1286.tar.bz2
hugo-theme-fuji-27dc1d536f212bcc1765efb5bdc72b20d2ad1286.zip
Update resources
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"