use 11ty
This commit is contained in:
parent
beccccb61f
commit
44e1ea0c08
28 changed files with 2002 additions and 131 deletions
4
eleventy.config.js
Normal file
4
eleventy.config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("bundle.css");
|
||||
eleventyConfig.addPassthroughCopy("img");
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue