
Hello World
Behold a website. I want to use this as a place to host projects, documentation, findings, tutorials, whatever. It’s built using HUGO with the theme PaperMod. Link to site’s source on GitHub MathJax I managed to add MathJax support after a bunch of fumbling around. If you want to add MathJax to a Hugo site yourself see To give a good test here are some equations from my notes $\definecolor{blenderRed}{RGB}{255,51,82}$ $\definecolor{blenderGreen}{RGB}{120,220,0}$ $\definecolor{blenderBlue}{RGB}{40,144,255}$ $$\begin{bmatrix} ax +by +cz \\ ex + fy +gz \\ ix+jy+kz \end{bmatrix}+\begin{bmatrix} d\\h\\i \end{bmatrix} = \begin{bmatrix} ax+by+cz+d \\ ex+fy+gz+h \\ ix+jy+kz+l \end{bmatrix} = \begin{bmatrix} a&b&c&d \\ e&f&g&h\\i&j&k&l \end{bmatrix}\begin{bmatrix} x\\y\\z\\1 \end{bmatrix}$$ ...