From bff4753caeb5246c054431f7c9aa70046e19867f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 5 Feb 2026 10:27:28 +0100 Subject: [PATCH] remove source asset files from build output --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 374a7c9..b9ed5b6 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,7 @@ compile_sass = true minify_html = false generate_feeds = true feed_filenames = ["rss.xml"] +ignored_content = ["*.svg", "*.drawio", "*.png", "*.jpg", "*.jpeg"] [markdown] highlighting = { light_theme = "github-light", dark_theme = "github-dark" }