diff --git a/11ty b/11ty new file mode 100644 index 0000000..4265774 --- /dev/null +++ b/11ty @@ -0,0 +1,8 @@ +module.exports = function(eleventyConfig) { + return { + dir: { + input: "src", + output: "_site" + } + }; +}; diff --git a/src/HOME.md b/src/HOME.md index 5df6331..c363181 100644 Binary files a/src/HOME.md and b/src/HOME.md differ