Compare commits
3 commits
32825ebfe3
...
80ed4a20b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
80ed4a20b5 |
|||
|
103d0b6c20 |
|||
|
24d50614f4 |
5 changed files with 5 additions and 5 deletions
|
|
@ -1 +1,2 @@
|
|||
README.md
|
||||
sneexy/notebook/
|
||||
|
|
@ -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/");
|
||||
|
|
|
|||
4
gen.sh
4
gen.sh
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
rm -rf ./_site
|
||||
npx @11ty/eleventy
|
||||
npx -y pagefind --site _site
|
||||
|
|
@ -4,6 +4,9 @@
|
|||
"description": "synth.download's website, powered by eleventy.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build-clean": "rm -rf ./_site && npx @11ty/eleventy && npx -y pagefind --site _site",
|
||||
"build": "npx @11ty/eleventy && npx -y pagefind --site _site",
|
||||
"serve": "npx @11ty/eleventy --serve",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue