My personal page on GitHub

This blog is mostly about IT-related content, e.g. C++.

How to start your own page/blog hosted on GitHub

Click Use this template button above for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

(I might create a separate blog post about it.)

Build locally

sudo pacman -S docker
sudo systemctl start docker
sudo docker compose up -d
sudo docker compose logs -f dev
# open localhost::4000 in browser

Latex

Latex is supported via MathJax. See this.