Hello World
The first post on the new site
Contents
Welcome to the new blog, built with Hugo and the DoIt theme.
Code blocks
Code blocks get syntax highlighting and a copy button:
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}Math
Inline math like $E = mc^2$ and block math both render with KaTeX:
Diagrams
graph LR
A[Write post] --> B[git push]
B --> C[GitHub Actions]
C --> D[GitHub Pages]
That’s it — more soon.