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}$$

$${\Huge\LaTeX}$$

$$\Large C_{ij} = \sum\limits_{i} A_{ik}B_{kj}$$ $$\Large \color{blenderRed}{x} \color{white} + \color{blenderGreen}{y} \color{white} + \color{blenderBlue}{z}$$


Code Formating

#include <iostream>

struct Vector3 {
    float x,y,z;
};

int main() {
    Vector3 vec;

    std::cout << "hello world \n";    
}

Embedded Content

alt

Raylib Game

tetris, I’m working figuring out how to better embed these so it sizes and centers more properly. As well as on screen buttons for mobile devices?


Maxwell

His Equations

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, $$({\vec {\nabla }}\cdot {\vec {E}}={\frac {\rho }{\varepsilon _{0}}})$$

quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore


Left

left test it’s left

Center

center test it’s life

right test it’s right