some metadata stuff

This commit is contained in:
2026-02-19 17:54:01 -08:00
parent 94716d8e63
commit 4bf8c7e334
4 changed files with 17 additions and 3 deletions

View File

@ -5,6 +5,7 @@ import { feedPlugin } from "@11ty/eleventy-plugin-rss";
import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
import { attrs } from "@mdit/plugin-attrs";
import { chunk } from "lodash-es";
import path from "node:path";
import pluginFilters from "./_config/filters.js";
@ -91,6 +92,9 @@ export default async function(eleventyConfig) {
decoding: "async",
},
},
filenameFormat: function (id, src, width, format, options) {
return path.basename(src);
},
});
/* Navigation */