Adding Mathjax to your (SBT-)Microsite

I’m obsessed with sbt-microsites. Sbt-microsites is a fantastic plugin for SBT (the Scala Build Tool) that makes it easy to generate a beautiful sidecar site for your software project, full of code checked by your CI! I recently built a microsite for ScalaRL, my in-progress functional Reinforcement Learning library, and found that adding support for Mathjax (a javascript math equation renderer) to the microsite was not obvious. It’s not hard… just not clear from the Mathjax docs how to get past some limitations with sbt-microsites. ...

September 26, 2019 · 5 min