diff options
-rw-r--r-- | config.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 4a1e5a6..aeafa11 100644 --- a/config.toml +++ b/config.toml @@ -9,11 +9,12 @@ description = "Developer, Emacs User" generate_feed = true -highlight_code = true -highlight_theme = "ascetic-white" - theme = "xmin" +[markdown] +highlight_code = true +highlight_theme = "idle" + [[taxonomies]] name = "tags" feed = true |