diff options
| -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 = '*'  | 
