Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-13 05:11:33 +0300
committerzzossig <zzossig@gmail.com>2020-02-13 05:11:33 +0300
commita447d1561c31175f23751fb22322197e62926064 (patch)
tree67687c3ed2cd1c2dfb5706de84c7dc33492ef247 /README.md
parent5a42616dc9e5c1a28f56d9d19a93070f3d5c310e (diff)
[new option] tocLevels
Sometimes, toc doen't work correctly. This option fixes the issue.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14a0397..6082c46 100644
--- a/README.md
+++ b/README.md
@@ -293,6 +293,7 @@ tocFolding = false
enableTocSwitch = true # single page table of contents visibility switch
itemsPerCategory = 5 # maximum number of posts shown in the sidebar.
sidebarPosition = "right" # bio, profile component layout position
+tocLevels = ["h2", "h3", "h4"] # minimum h2, maximum h4 in your article
# footer
showPoweredBy = true # show footer text: Powered by Hugo and Zzo theme