Tag software

all tags
  • Adding Interactivity

    Zola 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 using iframes to 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 ugly HTML? Can we just write some clean JS and call it a day?

    Let's find out…

  • Site V2

    Dec 27, 2021
    1 minute read

    Channeling my inner dev, I've gone ahead and completely re-written this site.…