cuibonobo / cuibonobo.com

A static site generator for cuibonobo.com
https://cuibonobo.com
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

A new component system #79

Open cuibonobo opened 6 months ago

cuibonobo commented 6 months ago

My components were destroyed in 254f2b7181f7a90ee4b1a194a128c6ae5c9f456d, so my site is currently getting built via custom functions for each post type, string literals, and Mustache. Adding new post types will get unwieldy before long, so a new solution is needed.

My first instinct is to implement this with server-side Preact, but if it's possible to render Web Components to a string, that would be cool too.