diff --git a/,eleventy.js b/,eleventy.js new file mode 100644 index 0000000..77b3dc8 --- /dev/null +++ b/,eleventy.js @@ -0,0 +1,14 @@ +module.exports = function (eleventyConfig) { + // Pass through static assets without processing + eleventyConfig.addPassthroughCopy("src/images"); + eleventyConfig.addPassthroughCopy("src/styles"); + eleventyConfig.addPassthroughCopy("src/scripts"); + + return { + dir: { + input: "src", + output: "_site", + includes: "includes", + }, + }; +}; \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c30fbcf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "wireframing" + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 65154bc..85b76cb 100644 --- a/index.html +++ b/index.html @@ -5,24 +5,18 @@