Initial Commit
This commit is contained in:
commit
3da46b8e0e
16 changed files with 279 additions and 0 deletions
12
eleventy.config.js
Normal file
12
eleventy.config.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
export default function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("src/static/");
|
||||
eleventyConfig.addWatchTarget("src/styles/");
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: 'src',
|
||||
output: '_site'
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue