diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 9dc581f..a7dc594 100644 --- a/config.toml +++ b/config.toml @@ -4,3 +4,8 @@ disableKinds = ["taxonomy", "term", "RSS"] [taxonomies] category = "categories" tag = "tags" +[markup] + [markup.tableOfContents] + endLevel = 6 + ordered = false + startLevel = 4 |