software
all tags-
Adding Interactivity
Dec 24, 20223 minute readZola is wonderful. It builds quickly, it's extremely configurable, but it is (by design) not well suited for interactive elements or complex
JavaScript. I hadn't thought I wanted that until I saw some on Amos's site. He ended up usingiframesto manage that integration, which is a perfectly acceptable solution. But it did make me wonder: can we accomplish the same result without all of that nasty uglyHTML? Can we just write some cleanJSand call it a day?Let's find out…
-
Site V2
Dec 27, 20211 minute readChanneling my inner dev, I've gone ahead and completely re-written this site.…