diff --git a/pipeline.ori b/pipeline.ori index 2a62bcd..fa20fc3 100644 --- a/pipeline.ori +++ b/pipeline.ori @@ -33,7 +33,7 @@ */ asHtml: Tree.map(all ? withfndata: pubfiles, { value: (value) => Origami.mdHtml(value) - key: (value, key) => `${value.fnd.name}.html` + key: (value, key) => `${value.fnd.name}` }) /* @@ -50,7 +50,7 @@ then final output is `withSummary`, otherwise it's `privateRemoved`. */ privateRemoved: Tree.map(withSummary, removePrivate.js) - final: (all ? withSummary : privateRemoved ) → (tree) => Tree.mapExtension(tree, '.html→') + final: (all ? withSummary : privateRemoved ) renderedPages: Tree.map(final, (page) => (page, all))