remove source asset files from build output

This commit is contained in:
Yan Lin 2026-02-05 10:27:28 +01:00
parent b554d06a04
commit bff4753cae

View file

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