diff options
author | xengineering <me@xengineering.eu> | 2023-03-24 19:45:22 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-03-24 19:45:22 +0100 |
commit | aaf42de1c90eed876b19943c414d6c8f65af351a (patch) | |
tree | 1919fddd0f297cb53992d242f460fd891dae0e0c /config.toml | |
parent | c6c71799df9bf4476f6a54e304a9fd730cfe65e0 (diff) | |
download | website-aaf42de1c90eed876b19943c414d6c8f65af351a.tar website-aaf42de1c90eed876b19943c414d6c8f65af351a.tar.zst website-aaf42de1c90eed876b19943c414d6c8f65af351a.zip |
Add TOC for article(s)
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 |