diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 5c050b6..76a2a75 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,9 @@ base_url = "https://alanpearce.eu" title = "Alan Pearce" description = "Developer, Emacs User" +[markdown] +highlight_code = true +highlight_theme = "idle" [[taxonomies]] name = "tags" |