Contents

Hello World

The first post on the new site

Welcome to the new blog, built with Hugo and the DoIt theme.

Code blocks get syntax highlighting and a copy button:

package main

import "fmt"

func main() {
    fmt.Println("Hello, world!")
}

Inline math like $E = mc^2$ and block math both render with KaTeX:

ex2dx=π \int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}
graph LR
    A[Write post] --> B[git push]
    B --> C[GitHub Actions]
    C --> D[GitHub Pages]

That’s it — more soon.