New Website

Categories: Meta

This is my website! It's new! It's powered by Zola and based on the DeepThought theme.

LaTeX is cool $$f'(x) = \lim_{h \rightarrow 0} \frac{f(x + h) - f(x)}{h}$$

Syntax highlighting works

def test(number: int):
	print(f"the number is {number}")