eleven_ty’s avatareleven_ty’s Twitter Archive—№ 7,319

  1. …in reply to @jackyalcine
    @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" });
    1. …in reply to @eleven_ty
      @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)