diff options
author | Admin <admin@marx.cafe> | 2022-12-06 01:30:21 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-06 01:30:21 -0500 |
commit | a4d2a79bfc6302680ebe359bee3b3ef0518adfc4 (patch) | |
tree | 36c4af59d1a95c8165fff82ffc84b073f752a940 | |
parent | 907a29bd18ee156013ad606cb66a73d2c5fbc876 (diff) |
Allow deeper ToC
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 3bdcfdd..f55ae33 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,11 @@ title = 'Marx Cafe' theme = 'hugo-book' copyright = 'Creative Commons Attribution-ShareAlike License 2.0' +[markup] + [markup.tableOfContents] + endLevel = 4 + startLevel = 2 + [params] BookTheme = 'auto' BookSection = '*' |