-
@jackyalcine Yes—but you need to explicitly define your input directory so we know where the input root lives, e.g. new Eleventy("./src/test.liquid", "_site", { inputDir: "src" });
-
@jackyalcine (the biggest pitfall here is collections and dependencies to other content—technically you can pass a glob in as input to process more than one file)