diff --git a/config.toml b/config.toml index 0f786a8..efa4184 100644 --- a/config.toml +++ b/config.toml @@ -28,27 +28,20 @@ include_content = true # include rendered content of page/section in index # truncate_content_length = 100 # Truncate at nth character. May be useful if index is getting too large. [markdown] -highlight_code = true -#highlight_theme = "css" render_emoji = false external_links_target_blank = true # rel="noopener" external_links_no_follow = false # rel="nofollow" external_links_no_referrer = false # rel="noreferrer" -smart_punctuation = true # `...` to `…`, `"quote"` to `“curly”` etc - - -highlight_theme = "dracula" -#highlight_theme = "inspired-github" -#highlight_theme = "ir-white" -#highlight_theme = "material-light" -#highlight_theme = "base16-ocean-dark" - +smart_punctuation = true # `...` to `…`, `"quote"` to `"curly"` etc extra_syntaxes_and_themes = [ "syntaxes", "syntaxes/Sublime-varlink", "syntaxes/Sublime-console", ] +[markdown.highlighting] +theme = "dracula" + [extra] # Put all your custom variables here