Initial landing page
This commit is contained in:
10
.eleventy.js
Normal file
10
.eleventy.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("src/css");
|
||||
eleventyConfig.addPassthroughCopy("src/images");
|
||||
return {
|
||||
dir: {
|
||||
input: "src",
|
||||
output: "_site"
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user