From cb1e7815b878ad260ad085fa6dc0c3ee1102f5fe Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sat, 17 Jan 2026 20:01:17 -0500 Subject: [PATCH] remove markdown_highlight settings in config due to breaking changes --- config.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 3cd6956..b471df3 100644 --- a/config.toml +++ b/config.toml @@ -11,16 +11,11 @@ compile_sass = true build_search_index = false [markdown] -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true - -# The theme to use for code highlighting -extra_syntaxes_and_themes = ["highlight_themes"] -highlight_theme = "theme" - render_emoji = true +# [markdown.highlighting] +# I have to fix a proper json file for the theme. + [link_checker] internal_level = "warn"