Blog now supports Mermaid.js

I've integrated https://mermaid.js.org diagramming support into this blog...

Check it out:

graph LR;
    A--> B & C & D;
    B--> A & E;
    C--> A & E;
    D--> A & E;
    E--> B & C & D;

Should probably back-port it to the mainline repo.

#mermaidjs