Elektrine lite

← Feed

@nathanu@lounge.town

Post #1285489

2026-03-10 04:07 UTC

@theTangentSpace @robb I wound up having to do this: import childProcess from "child_process"; eleventyConfig.on("eleventy.after", () => { childProcess.execSync(`npx pagefind --site _site --glob "**/*.html"`, { encoding: "utf-8", }); });

Replies (1)