Tag: JavaScript

  • Eleventy 3.0.0-alpha.2

    โ€”

    by

    in ,

    โœจ A small update on moving my website to 11ty 3.0.0-alpha.2

  • Building for the web, with Rust and WebAssembly

    โ€”

    by

    in

    I’ve been wanting to build something in WebAssembly for a while and just recently it hit me that I have a thing: mktoc! mktoc is a table of contents generator written in Rust, it comes as a Binary and a Library and can be compiled into WebAssembly with zero effort!

  • Unpinned dependencies just broke my plugin

    โ€”

    by

    in

    Hello and welcome to a little recap! My 11ty MermaidJS plugin was just broken by MermaidJS release 10.0 because they no longer provided a minified JavaScript bundle and instead only provide a ESM module. My plugin was referencing https://unpkg.com/mermaid/dist/mermaid.min.js by default for including the javascript code, but with version 10 this now leads to a…