replace .gif with .webp to save space

This commit is contained in:
Yan Lin 2026-02-05 10:35:17 +01:00
parent bff4753cae
commit 219081719c
4 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ compile_sass = true
minify_html = false
generate_feeds = true
feed_filenames = ["rss.xml"]
ignored_content = ["*.svg", "*.drawio", "*.png", "*.jpg", "*.jpeg"]
ignored_content = ["*.svg", "*.gif", "*.drawio", "*.png", "*.jpg", "*.jpeg"]
[markdown]
highlighting = { light_theme = "github-light", dark_theme = "github-dark" }