From a4d2a79bfc6302680ebe359bee3b3ef0518adfc4 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 6 Dec 2022 01:30:21 -0500 Subject: Allow deeper ToC --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 = '*' -- cgit v1.2.3