initial setup

This commit is contained in:
Rik Berkelder 2025-01-26 23:42:53 +01:00
commit 6979f11d92
5 changed files with 2244 additions and 0 deletions

10
eleventy.config.js Normal file
View file

@ -0,0 +1,10 @@
export default async function (eleventyConfig) { }
export const config = {
dir: {
input: "views",
includes: "includes",
layouts: "layouts",
output: "dist"
}
};