Building this site from scratch
2026-07-09
This is a placeholder post — mostly here so I can see how blog posts look before I write real ones. It also shows the things I want to be able to use: headings, images, code, and footnotes.
A heading
Regular paragraphs work as you’d expect. You can make text italic or
bold, add links, and drop in inline code.
Here’s a footnote to test them.1 Footnotes are handy for asides that would break the flow if I left them in the main text.2
Code blocks
Since I come from Python, I’ll mostly paste Python:
def fitness(robot):
# reward robots that move far to the right
return robot.position.x
Images
Images use normal markdown syntax:
That’s it for now.