This is the first post on the rebuilt site. A clean start.
What changed
The old site — a Hexo blog with parallax effects — is gone. Replaced by ~200 lines of TypeScript that converts Markdown to static HTML. No framework, no runtime, no magic.
Code highlighting
def softmax(z):
exp_z = np.exp(z - np.max(z))
return exp_z / exp_z.sum()Math rendering
Inline math: the Euler identity and the quadratic formula .
Block equations:
The softmax function pairs with the code above.
Video embedding
This site can embed YouTube videos using standard image syntax:
Here's a live example: