Note from 3 February 2021

Had once again to reinstall node-gyp, even if I'm on Big Sur, this must be a running joke… 🤷‍♂️


  1. How I build my SVG sprites

    I'm using an SVG sprite on this site to make sure I don't repeat SVG code for icons that are used multiple times, and I inline it so the rendering doesn't depend on another resource loading. Here's how I build this sprite from individual SVG icons.