initial commit
This commit is contained in:
9
eleventy.config.js
Normal file
9
eleventy.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = function(eleventyConfig) {
|
||||
return {
|
||||
dir: {
|
||||
input: "src", // Where your markdown files live
|
||||
output: "_site", // Where the built HTML goes
|
||||
layouts: "_layouts" // Where your HTML templates live
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user