Hello, world
May 8, 2026
This is the first post on the rebuilt site. Adding a new writing is as simple as dropping a markdown file into src/content/writings/.
Markdown supports the usual things:
- Lists
- Bold and italic
- Links
inline codeand fenced code blocks
console.log('hello');
That’s it for now.