terribleMia’s avatarterribleMia’s Twitter Archive—№ 9,961

  1. …in reply to @mmatuzo
    mmatuzo I built myself an eleven_ty web solution for all my slides. I fork a new decks for each event, with shared meta-data. The generated site keeps all the decks organized by-workshop » by-event » by-section (for simple talks it's just by-topic » by-event) slides.oddbird.net
    1. …in reply to @TerribleMia
      mmatuzo eleven_ty The source is open, if anyone is interested: github.com/oddbird/sliiides/ I've been pretty happy with how minimal it is by default (a bit of yaml & markdown), but still easy to throw in fully custom-built slides & demos & codepens. And JS is only needed for presenting, not reading…
      1. …in reply to @TerribleMia
        mmatuzo eleven_ty I recently got it printing nicely in Chrome, so I can send slides as a PDF… Still a lot of improvements I'd like to make, and cool if I could figure out a better way to abstract and share the core of it.
    2. …in reply to @TerribleMia
      mmatuzo eleven_ty If anyone (zachleat? 5t3ph?) has ideas for how to abstract this as a template or plugin or something, without all my content, I'd be happy to make that more easily shareable – & document how to theme & customize it. Ideally in a way that allows sharing updates.