add banners and image passthrough

This commit is contained in:
yuki 2025-03-29 08:15:14 -03:00
parent 6cd5becee9
commit f2ca1d74d6
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
3 changed files with 1 additions and 0 deletions

View file

@ -2,6 +2,7 @@ const eleventySass = require("eleventy-sass");
module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(eleventySass);
eleventyConfig.addPassthroughCopy("img");
return {
markdownTemplateEngine: "njk",

BIN
img/banner-alt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
img/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB