removes ruby and jekyll for web generation. Switches to just preact generating static pages.
Rationale:
most of the pages were mixing the synthmodes CSS and whatever was in the minima jekyll theme.
we were depending on sorta weird jekyll behaviour to embed HTML
There is still a transform step, where the module.xml and modules.xml are loaded and the HTML is loaded. This is kinda gross but shouldn't have to change much as I don't plan on changing the module format any time soon.
removes ruby and jekyll for web generation. Switches to just preact generating static pages.
Rationale:
There is still a transform step, where the module.xml and modules.xml are loaded and the HTML is loaded. This is kinda gross but shouldn't have to change much as I don't plan on changing the module format any time soon.