New Website

2025-05-21

I have decided to make a new website for myself. I used to have a blog that was generated with hugo (and had a whooping 2 posts, both now moved here), but I don't like markdown and am becoming less and less of a fan of anything that requires a build step.

So I am now writing a website directly in html. This was prompted by the general state of the world, and a post on LMNT. It is currently very plain, but I plan on adding fancy css and some progressive-enhancement javascript.

In particular, my wishlist includes:

  1. Syntax highlighting
  2. "Copy" button for code blocks

    2025-06-04: Added a <n-code> custom element which does this.

  3. a way to render equations, preferably using typst

    2025-06-05: Made a script for that. Voila:  phi = (1 + sqrt(5))/2 approx 1.618