From 949ad2fa299dda476defadbb488d3069735ff020 Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 29 Apr 2026 02:22:13 +0100 Subject: [PATCH] config: tweaks to markdown settings --- config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fd10200..4f59ffa 100644 --- a/config.toml +++ b/config.toml @@ -4,9 +4,17 @@ compile_sass = false build_search_index = false generate_feeds = true feed_filenames = ["rss.xml"] -minify_html = false +feed_limit = 20 +minify_html = true [markdown] +smart_punctuation = true +external_links_target_blank = true +external_links_no_referrer = true +insert_anchor_links = "left" +bottom_footnotes = true +lazy_async_image = true +github_alerts = true [markdown.highlighting] light_theme = "mono-light"