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)
-
@theTangentSpace@mathstodon.xyz 2026-03-10 06:31
@nathanu nice