add banners and image passthrough
This commit is contained in:
parent
6cd5becee9
commit
f2ca1d74d6
3 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ const eleventySass = require("eleventy-sass");
|
||||||
|
|
||||||
module.exports = function (eleventyConfig) {
|
module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.addPlugin(eleventySass);
|
eleventyConfig.addPlugin(eleventySass);
|
||||||
|
eleventyConfig.addPassthroughCopy("img");
|
||||||
|
|
||||||
return {
|
return {
|
||||||
markdownTemplateEngine: "njk",
|
markdownTemplateEngine: "njk",
|
||||||
|
|
|
||||||
BIN
img/banner-alt.png
Normal file
BIN
img/banner-alt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
BIN
img/banner.png
Normal file
BIN
img/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Loading…
Add table
Reference in a new issue