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

Implement a dark mode #85

Open cuibonobo opened 3 days ago

cuibonobo commented 3 days ago

This article is really good: https://brandur.org/fragments/dark-mode-notes

It also has me thinking about base JavaScript APIs again... For this site I'm essentially using JS to render my HTML. For my React sites I'm only using React as a glorified template. Can we get sites to render HTML in a "componentized" fashion without the baggage of frameworks.