boourns / synthmodes

Mobile-friendly cheat sheets for synthesizer modules
https://synthmodes.com
59 stars 25 forks source link

Simplify web generation #102

Closed boourns closed 1 year ago

boourns commented 1 year ago

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.