Hello, World
Welcome to my minimal blog. The goals here are simplicity, speed, and clarity. Content is written in Markdown and built into static HTML using a tiny Python script.
Why another blog template?
- Minimal runtime JavaScript
- Clean typography
- Easy to extend without frameworks
def greet():
return "hello" # world
That’s it for now — more to come soon.