What’s this for?

Here’s where I would put a hand-written about page, if I had the time the think about such things.

It’s also a useful place to experiment with markup:

Some code

# Here's where I write some code in an unspecified language to see how it gets rendered.
x = 1 + 2

What about Haskell?

main = do
  let x = 1 + 2
  putStrLn "hello, blog"

Meh. Probably need to look into JavaScript syntax hiliters, and whether that’s a thing I can even do here.