You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openCactus;includeCactus.Generator.Make({
letrender= (ctx, project, site, page) => {
/* and here we can transform the Index.md page using Omd */
};
});
This would allow to treat pages as inputs to modules, which can then do really just any amount of side-effects to transform them (including any I/O).
If
site
files supported rules like:Then perhaps we can define
Index.re
to be:This would allow to treat pages as inputs to modules, which can then do really just any amount of side-effects to transform them (including any I/O).
xrefs: #8
The text was updated successfully, but these errors were encountered: