remove gen.sh in favor of using package.json scripts
All checks were successful
/ build (push) Successful in 5m14s
All checks were successful
/ build (push) Successful in 5m14s
This commit is contained in:
parent
103d0b6c20
commit
80ed4a20b5
3 changed files with 4 additions and 5 deletions
|
|
@ -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/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue