start
This commit is contained in:
12
eleventy.config.js
Normal file
12
eleventy.config.js
Normal file
@ -0,0 +1,12 @@
|
||||
export default async function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy({"css": "assets/css"});
|
||||
};
|
||||
|
||||
export const config = {
|
||||
dir: {
|
||||
input: "src"
|
||||
},
|
||||
markdownTemplateEngine: "njk",
|
||||
htmlTemplateEngine: "njk",
|
||||
templateFormats: ["html", "md", "njk"],
|
||||
};
|
||||
Reference in New Issue
Block a user