diff options
author | Admin <admin@marx.cafe> | 2022-12-02 21:04:21 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-02 21:04:21 -0500 |
commit | 009403d3f289316befb311d381e7e97f8ce03e5e (patch) | |
tree | b92755fac3920f8cfc015f660206dce88e9570f8 | |
parent | 76946339049afeda01a5c65c2f7cbe9dcbd2c6f7 (diff) |
Auto color theme, show all sections in sidebar
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 3427ef8..35243d0 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,7 @@ languageCode = 'en-us' title = 'Marx Cafe' theme = 'hugo-book' +[params] + BookTheme = 'auto' + BookSection = '*' + |