This commit is contained in:
parent
e90eb3f9f6
commit
2456883e0a
2 changed files with 28 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import eleventyNavigationPlugin from "@11ty/eleventy-navigation";
|
|||
import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
|
||||
|
||||
export default function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy(".well-known/"); // static identity stuff
|
||||
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.addPlugin(eleventyNavigationPlugin);
|
||||
|
|
@ -22,4 +23,4 @@ export default function(eleventyConfig) {
|
|||
const minified = await minify(code);
|
||||
return minified.code;
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue