remove gen.sh in favor of using package.json scripts
All checks were successful
/ build (push) Successful in 5m14s

This commit is contained in:
Ruben 2025-10-26 22:44:16 -05:00
commit 80ed4a20b5
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
3 changed files with 4 additions and 5 deletions

View file

@ -4,8 +4,8 @@ import eleventyNavigationPlugin from "@11ty/eleventy-navigation";
import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "_includes/other/custard.html": "custard.html" });
eleventyConfig.addPassthroughCopy({ "sneexy/notebook/": "~sneexy/notebook/" }); // notebook page generated by quartz seperately - see https://forged.synth.download/sneexy/notebook
eleventyConfig.addPassthroughCopy("custard.html");
eleventyConfig.addPlugin(eleventyNavigationPlugin);
eleventyConfig.addPlugin(syntaxHighlight);
eleventyConfig.addPassthroughCopy("assets/");