config: tweaks to markdown settings

This commit is contained in:
Lewis Wynne 2026-04-29 02:22:13 +01:00
parent f6417e762f
commit 949ad2fa29

View file

@ -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"