diff options
-rw-r--r-- | config.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.toml b/config.toml index e8270c5..15de401 100644 --- a/config.toml +++ b/config.toml @@ -9,12 +9,13 @@ copyright = 'Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA endLevel = 4 startLevel = 2 -[params] - BookTheme = 'auto' - BookSection = '*' - [menu] [[menu.after]] name = "Source Code" url = "https://git.marx.cafe/site/" weight = 10 + +[params] + BookTheme = 'auto' + BookSection = '*' + BookComments = false |